This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +215
-247
lines changed Expand file tree Collapse file tree 4 files changed +215
-247
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,9 @@ Current Projects:
17
17
| [ File Explorer] ( ./file-explorer ) | Desktop | @jkelleyrtp |
18
18
| [ E-Commerce] ( ./ecommerce-site ) | LiveView | @jkelleyrtp |
19
19
| [ WiFi Scanner] ( ./wifi-scanner ) | Desktop | @jkelleyrtp |
20
- | [ Weather App (WIP ] ( ./weatherapp ) | Web | @jkelleyrtp |
20
+ | [ Weather App] ( ./weatherapp ) | Web | @jkelleyrtp |
21
21
| [ Dog App] ( ./dog-app ) | Desktop | @jkelleyrtp |
22
22
23
-
24
23
## TODOMVC (Desktop, Web)
25
24
26
25
[ ![ TodoMVC] ( ./todomvc/example.png )] ( ./todomvc )
@@ -39,8 +38,10 @@ Current Projects:
39
38
## WiFi Scanner (Desktop)
40
39
[ ![ WiFi Scanner] ( ./wifi-scanner/demo_small.png )] ( ./wifi-scanner )
41
40
42
- ## Weather App (Liveview) [ WIP]
43
- [ ![ Weather App] ( ./ )] ( ./weatherapp )
41
+ ## Weather App (Web)
42
+ [ Instructions] ( ./weatherapp/README.md/#Instructions )
43
+
44
+ [ ![ Weather App] ( ./weatherapp/weatherapp.png )] ( ./weatherapp )
44
45
45
46
## Dog App (Desktop)
46
47
[ Instructions] ( ./dog-app/README.md/#Instructions )
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ name = "weatherapp"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
6
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
-
8
6
[dependencies ]
9
- dioxus = { version = " 0.3" }
10
- dioxus-web = { version = " 0.3" }
7
+ chrono = { version = " 0.4.26" , features = [" serde" ] }
8
+ dioxus = " 0.3"
9
+ dioxus-web = " 0.3"
10
+ reqwest = { version = " 0.11.18" , features = [" json" ] }
11
+ serde = " 1.0.171"
12
+ serde_json = " 1.0.102"
You can’t perform that action at this time.
0 commit comments