9 stable releases
1.0.16 | Apr 23, 2024 |
---|---|
1.0.14 | Jun 9, 2023 |
1.0.13 | Apr 7, 2023 |
1.0.12 | Mar 29, 2023 |
1.0.6 | Dec 22, 2022 |
#197 in Authentication
37 downloads per month
16KB
343 lines
owm-rs
Simple (unofficial) wrapper to call the Open Weather Map API.
Prerequisites
- An OWM API key (Your Dashboard)
Testing the source code and running examples
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",
)
Dependencies
~6–17MB
~238K SLoC