diff --git a/sample_response.json b/sample_response.json new file mode 100644 index 0000000..5b73728 --- /dev/null +++ b/sample_response.json @@ -0,0 +1,42 @@ +test({ + "coord": { + "lon": -0.13, + "lat": 51.51 + }, + "weather": [ + { + "id": 741, + "main": "Fog", + "description": "fog", + "icon": "50n" + } + ], + "base": "stations", + "main": { + "temp": 284.04, + "pressure": 1011, + "humidity": 93, + "tempmin": 280.93, + "tempmax": 287.04 + }, + "visibility": 10000, + "wind": { + "speed": 1.5 + }, + "clouds": { + "all": 20 + }, + "dt": 1570234102, + "sys": { + "type": 1, + "id": 1417, + "message": 0.0102, + "country": "GB", + "sunrise": 1570255614, + "sunset": 1570296659 + }, + "timezone": 3600, + "id": 2643743, + "name": "London", + "cod": 200 +})