Skip to content

Commit 3bdb374

Browse files
committed
New cities json
1 parent ed70401 commit 3bdb374

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cities.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cities": [
3+
{"City":"Melbourne","Link":"https://api.weather.bom.gov.au/v1/locations/r1r143/forecasts/hourly"},
4+
{"City":"Adelaide","Link":"https://api.weather.bom.gov.au/v1/locations/r1f966/forecasts/hourly"},
5+
{"City":"Sydney","Link":"https://api.weather.bom.gov.au/v1/locations/r3gwbq/forecasts/hourly"},
6+
{"City":"Brisbane","Link":"https://api.weather.bom.gov.au/v1/locations/r7hgdm/forecasts/hourly"}
7+
]
8+
}

0 commit comments

Comments
 (0)