Crates.io | owm-rs |
lib.rs | owm-rs |
version | 1.0.16 |
source | src |
created_at | 2022-12-22 22:37:26.584689 |
updated_at | 2024-04-23 21:53:29.405366 |
description | Wrapper around the free offer of the OpenWeatherMap API. |
homepage | |
repository | https://github.com/Oscuro87/owm-rs |
max_upload_size | |
id | 744143 |
size | 54,269 |
Simple (unofficial) wrapper to call the Open Weather Map API.
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",
)