Monsoon
Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.
Example
let monsoon = new?;
// Prague
let response = monsoon.get.await?;
let body = response.body?;
License
- MIT license