owm-rs

Crates.ioowm-rs
lib.rsowm-rs
version1.0.16
sourcesrc
created_at2022-12-22 22:37:26.584689
updated_at2024-04-23 21:53:29.405366
descriptionWrapper around the free offer of the OpenWeatherMap API.
homepage
repositoryhttps://github.com/Oscuro87/owm-rs
max_upload_size
id744143
size54,269
Emmanuel C. (Oscuro87)

documentation

README

owm-rs

Simple (unofficial) wrapper to call the Open Weather Map API.

Prerequisites

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",
)
Commit count: 56

cargo fmt