rust_weather 1.0.0

Uses open weather api's database to provide weather data via a CLI
Documentation
1
2
3
4
5
6
7
8
Uses open weather api's database to provide weather data via a CLI.

# Usage

First, create an API key at https://home.openweathermap.org/api_keys.

Then, set the environment variable `OPEN_WEATHER_API_KEY` to it.

Finally, you can run commands. Run the executable for more information.