-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSession43.json
More file actions
57 lines (57 loc) · 1.1 KB
/
Session43.json
File metadata and controls
57 lines (57 loc) · 1.1 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"location": {
"name": "London",
"type": null,
"country": "US",
"timezone": null,
"location": {
"altitude": 0,
"latitude": 37.129,
"longtitude": -90.321,
"geobase": 4298960
}
},
"credit": null,
"meta": {
"lastUpdate": null,
"calcTime": 0.0129,
"nextUpdate": null
},
"sun": {
"rise": "2019-03-27T11:29:39",
"set": "2019-03-27T23:53:58"
},
"forecast": {
"time": {
"from": "2019-03-27T23:53:58",
"to": "2019-03-27T23:53:58",
"symbol": {
"number": 800,
"name": "Clear sky",
"var": "01d"
},
"precipitation": null,
"windDirection": {
"deg": 239.233,
"code": "WSW",
"name": "West-southwest"
},
"windSpeed": {
"mps": 2.1,
"name": "light bezze"
},
"temperature": {
"unit": "kelvin",
"value": 278.18,
"minValue": 277.18,
"maxValue": 279.18
},
"pressure": "1027.572hPa",
"humidity": "100%",
"clounds": {
"sky": "clear sky",
"all": "0%"
}
}
}
}