/owm-rs

OpenWeatherMap API wrapper for Rust

Primary LanguageRust

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",
)