Yr is the joint online weather service from the Norwegian Meteorological Institute (met.no) and the Norwegian Broadcasting Corporation (NRK).
This is an UNOFFICIAL api for using it.
Recommended: For more details on the YR api, read their documentation.
- Dotnet 9 or better.
- Reading and understanding the YR Terms of Service.
Most important rules:- You must identify yourself
- You must not cause unnecessary traffic
- You must not overload our servers
Yr.Model: Model for parsing data from the yr api usingSystem.Text.Json.Yr.Client: Http client for data from the yr api usingFlurl.Http.Example.Cli.QuickForecast: Very simple command line program.
I might make one at some point, but I would want to have more coverage of the api first.
Sure go ahead and make issues and pull requests, I'll try to be prompt with addressing them.