Commit graph

19 commits

Author SHA1 Message Date
d537c6f7be
Fix weather plot, close #5 2023-07-30 22:04:40 +02:00
e8f5f00386
bump update time to 5 minutes 2023-06-06 19:52:26 +02:00
933ac7f9bf
Get simulator to work, adjust Pi version 2023-05-29 15:02:00 +02:00
a82d03c7b2
Fix crate incompatibilities 2023-05-29 14:48:19 +02:00
426d5b4453
Add pollen indicator 2023-05-29 11:52:40 +02:00
0381b8d14c
add missing bitmaps 2023-03-28 22:48:44 +02:00
2d2ca44ef5
feat: use different bitmaps for weather condition encoding 2023-03-28 19:09:35 +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
a6dbb94d90
feat: add api call file 2023-03-27 19:12:23 +02:00
99c9a1d09f
fix: apparently precipitation is a float 2023-03-27 19:11:46 +02:00
0807c15de4
Implement weather API call 2022-08-07 21:29:03 +02:00
d8e8dc7db1
Add rudimentary README 2022-08-06 23:43:42 +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
83b3946d2f
RustFmt and some notes 2022-08-06 01:56:50 +02:00
bb693ac026
Add layout draft for weather 2022-08-06 01:52:25 +02:00
e374a6e5dc
Rudimentary image displaying 2022-08-05 23:16:54 +02:00
7d736fa378
Add License 2022-08-03 20:45:37 +02:00
a398dc4a7f
Initial commit 2022-08-02 21:50:40 +02:00