#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

Download history 142/week @ 2024-02-16 45/week @ 2024-02-23 10/week @ 2024-03-01 4/week @ 2024-03-08 2/week @ 2024-03-15 27/week @ 2024-03-29 9/week @ 2024-04-05 126/week @ 2024-04-19

162 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
~274K SLoC