Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
}
},
}