Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiripospisil/monsoon
Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.
https://github.com/jiripospisil/monsoon
forecast weather weather-api weather-forecast
Last synced: about 1 month ago
JSON representation
Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no.
- Host: GitHub
- URL: https://github.com/jiripospisil/monsoon
- Owner: jiripospisil
- Created: 2023-03-09T12:19:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T08:47:28.000Z (11 months ago)
- Last Synced: 2024-12-09T18:37:55.705Z (2 months ago)
- Topics: forecast, weather, weather-api, weather-forecast
- Language: Rust
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monsoon
Monsoon is a library for accessing weather data produced by [The Norwegian Meteorological Institute](https://www.met.no/en). Most notably, this data is used on [Yr.no](https://www.yr.no/en).
- [Documentation](https://docs.rs/monsoon)
- [Crates.io](https://crates.io/crates/monsoon)## Examples
```rust
let monsoon = Monsoon::new("test.com [email protected]")?;// Prague
let response = monsoon.get(50.0880, 14.4207).await?;
let body = response.body()?;
```
See [example](https://github.com/jiripospisil/monsoon/tree/master/example) for more details.
## License
- MIT license