openweathermap_client
A rust library that provides a client to query weather readings from OpenWeatherMap's free version 2.5 weather API.
Docs
Features:
- Queries over https using hyper
- Binds query results into structs using serde
- Supports requesting results in OWM's
Standard
, Metric
, or Imperial
unit systems
- Supports requesting that the API translate of city names and weather descriptions into supported languages
- Is panic-free