Skip to content

jiripospisil/monsoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monsoon

Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.

Examples

let monsoon = Monsoon::new("test.com support@test.com")?;

// Prague
let response = monsoon.get(50.0880, 14.4207).await?;
let body = response.body()?;

image

See example for more details.

License

  • MIT license

About

Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages