#open-weather-map #api #api-key #api-wrapper #offers #free #owm

owm-rs

Wrapper around the free offer of the OpenWeatherMap API

9 stable releases

new 1.0.16 Apr 23, 2024
1.0.14 Jun 9, 2023
1.0.13 Apr 7, 2023
1.0.12 Mar 29, 2023
1.0.6 Dec 22, 2022

#190 in Authentication

36 downloads per month

MIT license

16KB
343 lines

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

Dependencies

~6–19MB
~273K SLoC