Skip to content

Instantly share code, notes, and snippets.

@johndel
Created February 11, 2013 10:37
Show Gist options
  • Save johndel/4753742 to your computer and use it in GitHub Desktop.
Save johndel/4753742 to your computer and use it in GitHub Desktop.
Athens json format from worldweatheronline
{
"data": {
"current_condition": [
{
"cloudcover": "1",
"humidity": "54",
"observation_time": "10:14 AM",
"precipMM": "0.0",
"pressure": "1013",
"temp_C": "7",
"temp_F": "45",
"visibility": "10",
"weatherCode": "113",
"weatherDesc": [
{
"value": "Sunny"
}
],
"weatherIconUrl": [
{
"value": "http://www.worldweatheronline.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
}
],
"winddir16Point": "WNW",
"winddirDegree": "295",
"windspeedKmph": "21",
"windspeedMiles": "13"
}
],
"request": [
{
"query": "Lat 38.05 and Lon 23.50",
"type": "LatLon"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment