Skip to content

Commit

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

0 comments on commit 13b67aa

Please sign in to comment.