Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active January 12, 2020 04:15
Show Gist options
  • Select an option

  • Save billydh/e97e15ee62b2b45c55c7c92ea2e6a5c0 to your computer and use it in GitHub Desktop.

Select an option

Save billydh/e97e15ee62b2b45c55c7c92ea2e6a5c0 to your computer and use it in GitHub Desktop.
{
"coord": {
"lon": 151.21,
"lat": -33.87
},
"weather": [
{
"id": 500,
"main": "Rain",
"description": "light rain",
"icon": "10n"
}
],
"base": "stations",
"main": {
"temp": 21.78,
"feels_like": 24.63,
"temp_min": 20,
"temp_max": 23,
"pressure": 1016,
"humidity": 88
},
"visibility": 10000,
"wind": {
"speed": 1,
"deg": 200
},
"rain": {
"1h": 0.25
},
"clouds": {
"all": 75
},
"dt": 1578574828,
"sys": {
"type": 1,
"id": 9600,
"country": "AU",
"sunrise": 1578596057,
"sunset": 1578647387
},
"timezone": 39600,
"id": 6619279,
"name": "City of Sydney",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment