Skip to content

Commit 6037685

Browse files
committed
Bilbao weather json
Bilbao weather json
1 parent 1a03668 commit 6037685

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

common-data/bilbao.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
coord: {
3+
lon: -2.93,
4+
lat: 43.26
5+
},
6+
sys: {
7+
message: 0.0139,
8+
country: "ES",
9+
sunrise: 1429766168,
10+
sunset: 1429815829
11+
},
12+
weather: [
13+
{
14+
id: 802,
15+
main: "Clouds",
16+
description: "scattered clouds",
17+
icon: "03d"
18+
}
19+
],
20+
base: "stations",
21+
main: {
22+
temp: 283.681,
23+
temp_min: 283.681,
24+
temp_max: 283.681,
25+
pressure: 991.72,
26+
sea_level: 1034.92,
27+
grnd_level: 991.72,
28+
humidity: 98
29+
},
30+
wind: {
31+
speed: 1.07,
32+
deg: 144.001
33+
},
34+
clouds: {
35+
all: 36
36+
},
37+
dt: 1429773245,
38+
id: 3128026,
39+
name: "Bilbao",
40+
cod: 200
41+
}

0 commit comments

Comments
 (0)