Skip to content

Instantly share code, notes, and snippets.

@seanyc4
Created May 29, 2020 21:37
Show Gist options
  • Save seanyc4/8c5d76c45abc6476415165447c50fc31 to your computer and use it in GitHub Desktop.
Save seanyc4/8c5d76c45abc6476415165447c50fc31 to your computer and use it in GitHub Desktop.
{
"coord": {
"lon": -5.93,
"lat": 54.58
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04d"
}
],
"base": "stations",
"main": {
"temp": 293.15,
"feels_like": 288.01,
"temp_min": 293.15,
"temp_max": 293.15,
"pressure": 1024,
"humidity": 37
},
"visibility": 10000,
"wind": {
"speed": 5.7,
"deg": 160
},
"clouds": {
"all": 96
},
"dt": 1590770221,
"sys": {
"type": 1,
"id": 1376,
"country": "GB",
"sunrise": 1590724667,
"sunset": 1590785095
},
"timezone": 3600,
"id": 2655984,
"name": "Belfast",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment