Readme
This commit is contained in:
@ -1 +1,5 @@
|
|||||||
# accuweathercall
|
# Call
|
||||||
|
|
||||||
|
```
|
||||||
|
app ACCUWHEATHER_API_ID PATH_TO_CITIES.txt
|
||||||
|
```
|
||||||
|
14
cities.txt
14
cities.txt
@ -1 +1,13 @@
|
|||||||
# accuweathercall
|
[
|
||||||
|
{
|
||||||
|
"name": "Country Name",
|
||||||
|
"flag": ":emoji-flag:",
|
||||||
|
"cities": [{
|
||||||
|
"name": "City Name",
|
||||||
|
"code": "City-code"
|
||||||
|
}
|
||||||
|
...
|
||||||
|
]
|
||||||
|
}
|
||||||
|
...
|
||||||
|
]
|
Reference in New Issue
Block a user