We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed70401 commit 3bdb374Copy full SHA for 3bdb374
1 file changed
cities.json
@@ -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