Created
February 11, 2013 10:37
-
-
Save johndel/4753742 to your computer and use it in GitHub Desktop.
Athens json format from worldweatheronline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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