https://github.com/tborges/google-weather-ui-json
Google Weather UI - using JSON
https://github.com/tborges/google-weather-ui-json
google json ui weather
Last synced: about 1 month ago
JSON representation
Google Weather UI - using JSON
- Host: GitHub
- URL: https://github.com/tborges/google-weather-ui-json
- Owner: tborges
- Created: 2018-01-31T15:26:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T02:13:44.000Z (over 8 years ago)
- Last Synced: 2025-02-21T18:25:21.587Z (over 1 year ago)
- Topics: google, json, ui, weather
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How would you JSON the following image?

Google Weather image :cloud:
forecast.json
{
"forecast": [
{
"Wednesday": {
"city": "Carlsbad",
"state": "CA",
"zip": "92010",
"dayWeek": "Wednesday",
"time": "Add your code here",
"description": "Clear",
"currentTemp": 54,
"maxTemp": 74,
"minTemp": 54,
"precipitation": 0,
"humidity": 46,
"wind": 4
}
},
}