Web service that provides an API for today's weather forecast for air quality, rain and UV metrics.
Go to file
Paul van Tilburg d432bb4cd6
Use URL objects instead of formatted strings
Use `request::Url` for this, so we don't have to depend on the `url`
crate ourselves.

Also, make the URL constants more uniform.
2022-02-13 13:10:12 +01:00
src Use URL objects instead of formatted strings 2022-02-13 13:10:12 +01:00
.gitignore Initial import into Git 2022-02-12 15:03:00 +01:00
Cargo.lock Refactor so that no static is necessary for the maps cache 2022-02-12 21:35:58 +01:00
Cargo.toml Add the Luchtmeetnet provider 2022-02-13 12:45:27 +01:00