-
Notifications
You must be signed in to change notification settings - Fork 0
/
weather.json
110 lines (110 loc) · 3.06 KB
/
weather.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
'HeWeather5': [{
'basic': {
'city': '洛阳',
'cnty': '中国',
'id': 'CN101180901',
'lat': '34.663041',
'lon': '112.434468',
'update': {
'loc': '2017-03-31 12:51',
'utc': '2017-03-31 04:51'
}
},
'daily_forecast': [{
'astro': {
'mr': '08:36',
'ms': '22:25',
'sr': '06:19',
'ss': '18:51'
},
'cond': {
'code_d': '300',
'code_n': '100',
'txt_d': '阵雨',
'txt_n': '晴'
},
'date': '2017-03-31',
'hum': '72',
'pcpn': '0.0',
'pop': '80',
'pres': '1025',
'tmp': {
'max': '16',
'min': '5'
},
'uv': '4',
'vis': '18',
'wind': {
'deg': '83',
'dir': '北风',
'sc': '微风',
'spd': '2'
}
},
{
'astro': {
'mr': '09:24',
'ms': '23:32',
'sr': '06:17',
'ss': '18:51'
},
'cond': {
'code_d': '100',
'code_n': '100',
'txt_d': '晴',
'txt_n': '晴'
},
'date': '2017-04-01',
'hum': '44',
'pcpn': '0.0',
'pop': '0',
'pres': '1022',
'tmp': {
'max': '19',
'min': '6'
},
'uv': '6',
'vis': '20',
'wind': {
'deg': '266',
'dir': '南风',
'sc': '微风',
'spd': '2'
}
},
{
'astro': {
'mr': '10:15',
'ms': 'null',
'sr': '06:16',
'ss': '18:52'
},
'cond': {
'code_d': '100',
'code_n': '101',
'txt_d': '晴',
'txt_n': '多云'
},
'date': '2017-04-02',
'hum': '36',
'pcpn': '0.0',
'pop': '0',
'pres': '1019',
'tmp': {
'max': '22',
'min': '9'
},
'uv': '6',
'vis': '20',
'wind': {
'deg': '169',
'dir': '无持续风向',
'sc': '微风',
'spd': '2'
}
}
],
'status': 'ok'
}]
}