Created
April 21, 2020 00:45
-
-
Save secantsquared/e7f1d74e5fc4b51f79ce892da00adc5e to your computer and use it in GitHub Desktop.
funstuff
This file contains hidden or 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
| { | |
| "coord": { | |
| "lon": -79.42, | |
| "lat": 43.7 | |
| }, | |
| "weather": [ | |
| { | |
| "id": 804, | |
| "main": "Clouds", | |
| "description": "overcast clouds", | |
| "icon": "04n" | |
| } | |
| ], | |
| "base": "stations", | |
| "main": { | |
| "temp": 276.53, | |
| "feels_like": 272.13, | |
| "temp_min": 275.93, | |
| "temp_max": 277.04, | |
| "pressure": 1004, | |
| "humidity": 69 | |
| }, | |
| "visibility": 14484, | |
| "wind": { | |
| "speed": 3.1, | |
| "deg": 110 | |
| }, | |
| "clouds": { | |
| "all": 90 | |
| }, | |
| "dt": 1587429084, | |
| "sys": { | |
| "type": 1, | |
| "id": 941, | |
| "country": "CA", | |
| "sunrise": 1587378336, | |
| "sunset": 1587427616 | |
| }, | |
| "timezone": -14400, | |
| "id": 6167865, | |
| "name": "Toronto", | |
| "cod": 200 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment