| Crates.io | owm-rs |
| lib.rs | owm-rs |
| version | 1.0.18 |
| created_at | 2022-12-22 22:37:26.584689+00 |
| updated_at | 2025-09-13 13:51:50.17431+00 |
| description | Wrapper around the free offer of the OpenWeatherMap API. |
| homepage | |
| repository | https://github.com/Oscuro87/owm-rs |
| max_upload_size | |
| id | 744143 |
| size | 57,948 |
Simple (unofficial) wrapper to call the Open Weather Map API.
Create at the root of the project a .env file, with the following content:
omw_api_key: "xxxx",
city_name: "yyyy",
Where xxxx is your OWM API key (See Prerequisites), and yyyy is the city name you want to use for testing. (E.g., London)
Then, run the tests with:
cargo run --color=always --package owm-rs --example basic --profile dev --features=utils
Please create an issue here I'll treat it as soon as possible!