Crates.io | monsoon |
lib.rs | monsoon |
version | 0.1.1 |
source | src |
created_at | 2023-03-19 19:43:29.142256 |
updated_at | 2023-03-19 19:47:38.666921 |
description | Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no. |
homepage | |
repository | https://github.com/jiripospisil/monsoon |
max_upload_size | |
id | 814658 |
size | 58,080 |
Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.
let monsoon = Monsoon::new("test.com support@test.com")?;
// Prague
let response = monsoon.get(50.0880, 14.4207).await?;
let body = response.body()?;