-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathdata.json
More file actions
executable file
·42 lines (42 loc) · 788 Bytes
/
data.json
File metadata and controls
executable file
·42 lines (42 loc) · 788 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
37
38
39
40
41
42
{
"coord": {
"lon": -86.16,
"lat": 39.77
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"base": "stations",
"main": {
"temp": 34.81,
"pressure": 1028,
"humidity": 96,
"temp_min": 30.99,
"temp_max": 37.4
},
"visibility": 16093,
"wind": {
"speed": 6.93,
"deg": 30
},
"clouds": {
"all": 90
},
"dt": 1573872908,
"sys": {
"type": 1,
"id": 6096,
"country": "US",
"sunrise": 1573820949,
"sunset": 1573856970
},
"timezone": -18000,
"id": 4259418,
"name": "Indianapolis",
"cod": 200
}