This commit is contained in:
Martin Traverso
2022-06-28 20:10:24 -03:00
parent e4b91932f3
commit cf3069a3ed
2 changed files with 18 additions and 2 deletions

View File

@ -1 +1,5 @@
# accuweathercall
# Call
```
app ACCUWHEATHER_API_ID PATH_TO_CITIES.txt
```

View File

@ -1 +1,13 @@
# accuweathercall
[
{
"name": "Country Name",
"flag": ":emoji-flag:",
"cities": [{
"name": "City Name",
"code": "City-code"
}
...
]
}
...
]