From 603768564786a5997ccd84401f4811d3bb3dbb88 Mon Sep 17 00:00:00 2001 From: Asier Fernandez Date: Thu, 23 Apr 2015 09:24:18 +0200 Subject: [PATCH] Bilbao weather json Bilbao weather json --- common-data/bilbao.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 common-data/bilbao.json diff --git a/common-data/bilbao.json b/common-data/bilbao.json new file mode 100644 index 0000000..4fdbabc --- /dev/null +++ b/common-data/bilbao.json @@ -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 +} \ No newline at end of file