feat: add weather forecasting
This commit is contained in:
parent
6eea0dc29f
commit
705e7b1dc0
20 changed files with 181 additions and 19 deletions
7
data/hydatos.toml
Normal file
7
data/hydatos.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
weather = [
|
||||
["fair", 12],
|
||||
["showers", 22],
|
||||
["gloom", 22],
|
||||
["thunder", 22],
|
||||
["snow", 22]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue