We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a03668 commit 6037685Copy full SHA for 6037685
common-data/bilbao.json
@@ -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