A weather station that uses GPS and WiFi to get the weather where you are. Almost better than actually going outside!

Dependencies:   4DGL-uLCD-SE ESP8266NodeMCUInterface GPS MbedJSONValue mbed-rtos mbed-src

example_response.txt

Committer:
krbng4180
Date:
2016-03-14
Revision:
1:fc07d1430053
Parent:
0:c4da54879553

File content as of revision 1:fc07d1430053:

{ "data": { "current_condition": [ {"cloudcover": "75", "FeelsLikeC": "25", "FeelsLikeF": "77", "humidity": "50", "observation_time": "10:38 PM", "precipMM": "0.6", "pressure": "1011", "temp_C": "24", "temp_F": "75", "visibility": "16", "weatherCode": "116",  "weatherDesc": [ {"value": "Partly Cloudy" } ],  "weatherIconUrl": [ {"value": "http:\/\/cdn.worldweatheronline.net\/images\/wsymbols01_png_64\/wsymbol_0002_sunny_intervals.png" } ], "winddir16Point": "W", "winddirDegree": "260", "windspeedKmph": "20", "windspeedMiles": "13" } ],  "request": [ {"query": "Lat 33.78 and Lon -84.41", "type": "LatLon" } ] }}