-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
weather.json
72 lines (72 loc) · 1.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
[
{
"temperature": 66.38,
"location": {
"city": "San Francisco",
"country": "US"
}
},
{
"temperature": 21.51,
"location": {
"city": "Boston",
"country": "US"
}
},
{
"temperature": 23.37,
"location": {
"city": "New York",
"country": "US"
}
},
{
"temperature": 34.17,
"location": {
"city": "Tokyo",
"country": "JP"
}
},
{
"temperature": 36.21,
"location": {
"city": "Washington, D. C.",
"country": "US"
}
},
{
"temperature": 64.16,
"location": {
"city": "Los Angeles",
"country": "US"
}
},
{
"temperature": 59.05,
"location": {
"city": "Mexico City",
"country": "MX"
}
},
{
"temperature": 14.77,
"location": {
"city": "Seoul",
"country": "KR"
}
},
{
"temperature": 28.93,
"location": {
"city": "Beijing",
"country": "CN"
}
},
{
"temperature": 34.34,
"location": {
"city": "London",
"country": "GB"
}
}
]