Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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()?;
```

image

See [example](https://github.com/jiripospisil/monsoon/tree/master/example) for more details.

## License

- MIT license