Skip to content

Instantly share code, notes, and snippets.

@eaccmk
Last active April 29, 2020 11:57
Show Gist options
  • Save eaccmk/33cfa2f899c2ee5924ccb298dca5189c to your computer and use it in GitHub Desktop.
Save eaccmk/33cfa2f899c2ee5924ccb298dca5189c to your computer and use it in GitHub Desktop.
sample response for weather API for location Sydney, AU
{"latitude":-33.8688,"longitude":151.2093,"timezone":"Australia/Sydney","currently":{"time":1584326846,"summary":"Mostly Cloudy","icon":"wind","precipIntensity":0.6398,"precipProbability":0.21,"precipType":"rain","temperature":20.88,"apparentTemperature":20.88,"dewPoint":15,"humidity":0.69,"pressure":1025.3,"windSpeed":6.88,"windGust":8.6,"windBearing":157,"cloudCover":0.78,"uvIndex":5,"visibility":16.093,"ozone":276.6},"offset":11}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment