Simple (unofficial) wrapper to call the Open Weather Map API.
- An OWM API key (Your Dashboard)
If you want to run tests, create the test_data
folder at the root of the project.
Then create test_data/credentials.ron
:
Credentials (
omw_api_key: "xxxx",
city_name: "yyyy",
)