Created
August 16, 2022 11:39
-
-
Save paramsinghvc/6c9dbdcc2be75d7a67f5795c2682f61c to your computer and use it in GitHub Desktop.
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
| { | |
| "lat": 39.31, | |
| "lon": -74.5, | |
| "timezone": "America/New_York", | |
| "timezone_offset": -18000, | |
| "current": { | |
| "dt": 1646318698, | |
| "sunrise": 1646306882, | |
| "sunset": 1646347929, | |
| "temp": 282.21, | |
| "feels_like": 278.41, | |
| "pressure": 1014, | |
| "humidity": 65, | |
| "dew_point": 275.99, | |
| "uvi": 2.55, | |
| "clouds": 40, | |
| "visibility": 10000, | |
| "wind_speed": 8.75, | |
| "wind_deg": 360, | |
| "wind_gust": 13.89, | |
| "weather": [ | |
| { | |
| "id": 802, | |
| "main": "Clouds", | |
| "description": "scattered clouds", | |
| "icon": "03d" | |
| } | |
| ] | |
| }, | |
| "minutely": [ | |
| { | |
| "dt": 1646318700, | |
| "precipitation": 0 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment