-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweather.json
More file actions
43 lines (43 loc) · 802 Bytes
/
weather.json
File metadata and controls
43 lines (43 loc) · 802 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
43
{
"coord": {
"lon": 35.23,
"lat": 31.78
},
"weather": [
{
"id": 801,
"main": "Clouds",
"description": "few clouds",
"icon": "02d"
}
],
"base": "stations",
"main": {
"temp": 26.17,
"pressure": 1013,
"humidity": 61,
"temp_min": 25,
"temp_max": 27.78
},
"visibility": 10000,
"wind": {
"speed": 3.6,
"deg": 330
},
"clouds": {
"all": 20
},
"dt": 1559492595,
"sys": {
"type": 1,
"id": 6845,
"message": 0.0059,
"country": "PS",
"sunrise": 1559442864,
"sunset": 1559493596
},
"timezone": 10800,
"id": 281184,
"name": "Jerusalem",
"cod": 200
}