Skip to content

Instantly share code, notes, and snippets.

@RussellDash332
Created July 28, 2021 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RussellDash332/3a71e686f62a089101be45309c415c00 to your computer and use it in GitHub Desktop.
Save RussellDash332/3a71e686f62a089101be45309c415c00 to your computer and use it in GitHub Desktop.
weather.json for my first Medium post
{
"coord":{
"lon":103.8501,
"lat":1.2897
},
"weather":[
{
"id":803,
"main":"Clouds",
"description":"broken clouds",
"icon":"04n"
}
],
"base":"stations",
"main":{
"temp":28.64,
"feels_like":33.19,
"temp_min":26.75,
"temp_max":29,
"pressure":1010,
"humidity":77
},
"visibility":10000,
"wind":{
"speed":4.12,
"deg":190
},
"clouds":{
"all":75
},
"dt":1627491191,
"sys":{
"type":1,
"id":9470,
"country":"SG",
"sunrise":1627513542,
"sunset":1627557374
},
"timezone":28800,
"id":1880252,
"name":"Singapore",
"cod":200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment