Skip to content

Commit

Permalink
Bilbao weather json
Browse files Browse the repository at this point in the history
Bilbao weather json
  • Loading branch information
reixa00 committed Apr 23, 2015
1 parent 1a03668 commit 6037685
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions common-data/bilbao.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
coord: {
lon: -2.93,
lat: 43.26
},
sys: {
message: 0.0139,
country: "ES",
sunrise: 1429766168,
sunset: 1429815829
},
weather: [
{
id: 802,
main: "Clouds",
description: "scattered clouds",
icon: "03d"
}
],
base: "stations",
main: {
temp: 283.681,
temp_min: 283.681,
temp_max: 283.681,
pressure: 991.72,
sea_level: 1034.92,
grnd_level: 991.72,
humidity: 98
},
wind: {
speed: 1.07,
deg: 144.001
},
clouds: {
all: 36
},
dt: 1429773245,
id: 3128026,
name: "Bilbao",
cod: 200
}

0 comments on commit 6037685

Please sign in to comment.