Commit graph

12 commits

Author SHA1 Message Date
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