Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T02:13:44.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T14:46:57.180Z (8 months 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?
![image](google-weather.png)
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
}
},
}