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

owm-rs

Wrapper around the free offer of the OpenWeatherMap API

10 stable releases

1.0.17 Nov 12, 2024
1.0.16 Apr 23, 2024
1.0.14 Jun 9, 2023
1.0.13 Apr 7, 2023
1.0.6 Dec 22, 2022

#729 in Web programming

Download history 5/week @ 2024-09-21 109/week @ 2024-11-09 21/week @ 2024-11-16 3/week @ 2024-11-23

133 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–17MB
~224K SLoC