owm-rs

Crates.ioowm-rs
lib.rsowm-rs
version1.0.18
created_at2022-12-22 22:37:26.584689+00
updated_at2025-09-13 13:51:50.17431+00
descriptionWrapper around the free offer of the OpenWeatherMap API.
homepage
repositoryhttps://github.com/Oscuro87/owm-rs
max_upload_size
id744143
size57,948
Emmanuel C. (Emka877)

documentation

README

owm-rs

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

Prerequisites

Testing the source code and running examples

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

Something missing, have a request or something is broken?

Please create an issue here I'll treat it as soon as possible!

Changelog

1.0.17

Commit count: 58

cargo fmt