Commit graph

8 commits

Author SHA1 Message Date
a82d03c7b2
Fix crate incompatibilities 2023-05-29 14:48:19 +02:00
426d5b4453
Add pollen indicator 2023-05-29 11:52:40 +02:00
b8c2dea685
Replace reqwest with ureq (#2)
This replaces the `reqwest` crate with `ureq`, a smaller, less fat
alternative HTTP client. Using the new library helped shaving off about
50 project dependencies.
2023-03-28 17:40:56 +02:00
0807c15de4
Implement weather API call 2022-08-07 21:29:03 +02:00
a21a9c57cd
Define Data Structures for the OpenWeather API 2022-08-06 23:27:35 +02:00
985b42c20b
Add plotted forecast 2022-08-06 16:45:30 +02:00
e374a6e5dc
Rudimentary image displaying 2022-08-05 23:16:54 +02:00
a398dc4a7f
Initial commit 2022-08-02 21:50:40 +02:00