diff --git a/data/calendarPhoto.png b/data/calendarPhoto.png new file mode 100644 index 0000000..4c1bddc Binary files /dev/null and b/data/calendarPhoto.png differ diff --git a/data/weatherCurrent.json b/data/weatherCurrent.json new file mode 100644 index 0000000..d1e2eff --- /dev/null +++ b/data/weatherCurrent.json @@ -0,0 +1 @@ +{"coord":{"lon":13.04,"lat":47.8},"weather":[{"id":803,"main":"Clouds","description":"Überwiegend bewölkt","icon":"04d"}],"base":"stations","main":{"temp":282.55,"feels_like":276.58,"temp_min":279.26,"temp_max":285.15,"pressure":1000,"humidity":61},"visibility":10000,"wind":{"speed":6.2,"deg":140,"gust":11.8},"clouds":{"all":75},"dt":1582986835,"sys":{"type":1,"id":6877,"country":"AT","sunrise":1582955413,"sunset":1582995046},"timezone":3600,"id":2766824,"name":"Salzburg","cod":200} \ No newline at end of file diff --git a/data/weatherForecast.json b/data/weatherForecast.json new file mode 100644 index 0000000..03b1c73 --- /dev/null +++ b/data/weatherForecast.json @@ -0,0 +1 @@ +{"cod":"200","message":0,"cnt":3,"list":[{"dt":1582988400,"main":{"temp":281.77,"feels_like":277.27,"temp_min":281.77,"temp_max":282.14,"pressure":1004,"sea_level":1004,"grnd_level":944,"humidity":61,"temp_kf":-0.37},"weather":[{"id":804,"main":"Clouds","description":"Bedeckt","icon":"04d"}],"clouds":{"all":100},"wind":{"speed":3.93,"deg":154},"sys":{"pod":"d"},"dt_txt":"2020-02-29 15:00:00"},{"dt":1582999200,"main":{"temp":277.8,"feels_like":274.11,"temp_min":277.8,"temp_max":278.08,"pressure":1005,"sea_level":1005,"grnd_level":946,"humidity":80,"temp_kf":-0.28},"weather":[{"id":804,"main":"Clouds","description":"Bedeckt","icon":"04n"}],"clouds":{"all":100},"wind":{"speed":2.77,"deg":164},"sys":{"pod":"n"},"dt_txt":"2020-02-29 18:00:00"},{"dt":1583010000,"main":{"temp":275.73,"feels_like":271.41,"temp_min":275.73,"temp_max":275.91,"pressure":1006,"sea_level":1006,"grnd_level":946,"humidity":66,"temp_kf":-0.18},"weather":[{"id":804,"main":"Clouds","description":"Bedeckt","icon":"04n"}],"clouds":{"all":100},"wind":{"speed":2.74,"deg":174},"sys":{"pod":"n"},"dt_txt":"2020-02-29 21:00:00"}],"city":{"id":2766824,"name":"Salzburg","coord":{"lat":47.7994,"lon":13.044},"country":"AT","timezone":3600,"sunrise":1582955412,"sunset":1582995045}} \ No newline at end of file