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
-246
lines changed Expand file tree Collapse file tree 4 files changed +215
-246
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ 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 Search Engine] ( ./dog-app ) | Web/Desktop | @jkelleyrtp |
22
22
23
23
@@ -39,8 +39,10 @@ Current Projects:
39
39
## WiFi Scanner (Desktop)
40
40
[ ![ WiFi Scanner] ( ./wifi-scanner/demo_small.png )] ( ./wifi-scanner )
41
41
42
- ## Weather App (Liveview) [ WIP]
43
- [ ![ Weather App] ( ./ )] ( ./weatherapp )
42
+ ## Weather App (Web)
43
+ [ Instructions] ( ./weatherapp/README.md/#Instructions )
44
+
45
+ [ ![ Weather App] ( ./weatherapp/weatherapp.png )] ( ./weatherapp )
44
46
45
47
## Dog Search Engine (Web) [ WIP]
46
48
[ ![ Dog Search Engine] ( ./ )] ( ./dog-app )
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