Skip to content

Paippi/rust-weather-information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust weather information

Read current weather information from openweathermap.org.

Usage

$ WEATHER_API_KEY=<api key for openweathermap.org> WEATHER_LOCATION=<location> cargo run
# e.g.
$ WEATHER_API_KEY=1234567890 WEATHER_LOCATION=Helsinki,FI cargo run
# or
$ WEATHER_API_KEY=1234567890 WEATHER_LOCATION=Helsinki cargo run

About

Get weather information for a location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages