Created
September 24, 2024 13:34
-
-
Save toantran-ea/bb092d457542c34f78966726d26844fc to your computer and use it in GitHub Desktop.
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
{ | |
"location": "Ho Chi Minh City", | |
"forecast": [ | |
{ | |
"date": "2024-09-25", | |
"temperature": { | |
"high": 33, | |
"low": 26 | |
}, | |
"conditions": "Partly Cloudy", | |
"chance_of_precipitation": 20 | |
}, | |
{ | |
"date": "2024-09-26", | |
"temperature": { | |
"high": 32, | |
"low": 25 | |
}, | |
"conditions": "Thunderstorms", | |
"chance_of_precipitation": 80 | |
}, | |
{ | |
"date": "2024-09-27", | |
"temperature": { | |
"high": 31, | |
"low": 25 | |
}, | |
"conditions": "Rain Showers", | |
"chance_of_precipitation": 60 | |
}, | |
{ | |
"date": "2024-09-28", | |
"temperature": { | |
"high": 34, | |
"low": 26 | |
}, | |
"conditions": "Sunny", | |
"chance_of_precipitation": 10 | |
}, | |
{ | |
"date": "2024-09-29", | |
"temperature": { | |
"high": 33, | |
"low": 27 | |
}, | |
"conditions": "Cloudy", | |
"chance_of_precipitation": 40 | |
}, | |
{ | |
"date": "2024-09-30", | |
"temperature": { | |
"high": 32, | |
"low": 25 | |
}, | |
"conditions": "Scattered Thunderstorms", | |
"chance_of_precipitation": 70 | |
}, | |
{ | |
"date": "2024-10-01", | |
"temperature": { | |
"high": 31, | |
"low": 24 | |
}, | |
"conditions": "Light Rain", | |
"chance_of_precipitation": 50 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment