-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforecast.json
More file actions
36 lines (36 loc) · 946 Bytes
/
forecast.json
File metadata and controls
36 lines (36 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"city_name": "New York",
"country": "US",
"days": [
{
"datetime": 1420390800000,
"icon": "https://s3.amazonaws.com/codecademy-content/courses/ltp4/forecast-api/sun.svg",
"high": 68,
"low": 37
},
{
"datetime": 1420477200000,
"icon": "https://s3.amazonaws.com/codecademy-content/courses/ltp4/forecast-api/clouds.svg",
"high": 68,
"low": 37
},
{
"datetime": 1420563600000,
"icon": "https://s3.amazonaws.com/codecademy-content/courses/ltp4/forecast-api/rain.svg",
"high": 46,
"low": 14
},
{
"datetime": 1420650000000,
"icon": "https://s3.amazonaws.com/codecademy-content/courses/ltp4/forecast-api/clouds.svg",
"high": 46,
"low": 28
},
{
"datetime": 1420736400000,
"icon": "https://s3.amazonaws.com/codecademy-content/courses/ltp4/forecast-api/sun.svg",
"high": 59,
"low": 32
}
]
}