From 039bf55c9912e8f663c3880eaadb58a800f190f6 Mon Sep 17 00:00:00 2001 From: Philipp Wo Date: Tue, 21 May 2019 20:05:39 +0000 Subject: [PATCH 1/5] =?UTF-8?q?=E2=80=9Eapp-resources.md=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-resources.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app-resources.md diff --git a/app-resources.md b/app-resources.md new file mode 100644 index 0000000..a71817f --- /dev/null +++ b/app-resources.md @@ -0,0 +1,5 @@ +[Icon Generator](https://romannurik.github.io) + +[Beispiel App Projekt](https://github.com/haroon47/WeatherApp) + +OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` \ No newline at end of file From e414467e19029d4c33044a4cb6f00ba168be3fe1 Mon Sep 17 00:00:00 2001 From: Philipp Wo Date: Tue, 21 May 2019 20:06:38 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=E2=80=9Eapp-resources.md=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-resources.md b/app-resources.md index a71817f..3edd15c 100644 --- a/app-resources.md +++ b/app-resources.md @@ -1,5 +1,10 @@ +# App Ressourcen für Daliy Helper +## Linksammlung: [Icon Generator](https://romannurik.github.io) [Beispiel App Projekt](https://github.com/haroon47/WeatherApp) + +## Wetter API: + OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` \ No newline at end of file From 20e824ffad15e520049bd50b5413ce6fd9419f77 Mon Sep 17 00:00:00 2001 From: Philipp Wo Date: Tue, 21 May 2019 20:07:08 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E2=80=9Eapp-resources.md=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-resources.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-resources.md b/app-resources.md index 3edd15c..3222850 100644 --- a/app-resources.md +++ b/app-resources.md @@ -7,4 +7,6 @@ ## Wetter API: -OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` \ No newline at end of file +OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` + +http://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea \ No newline at end of file From 1fb0700411f77e5345f68a36efe765dad23cd027 Mon Sep 17 00:00:00 2001 From: Philipp Wo Date: Tue, 21 May 2019 20:10:05 +0000 Subject: [PATCH 4/5] api-query added --- app-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-resources.md b/app-resources.md index 3222850..de4c062 100644 --- a/app-resources.md +++ b/app-resources.md @@ -9,4 +9,4 @@ OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` -http://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea \ No newline at end of file +http://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric \ No newline at end of file From 972f4fdb34aab3caecf76333ca884a1cce9d4df8 Mon Sep 17 00:00:00 2001 From: Philipp Wo Date: Tue, 21 May 2019 20:10:53 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=E2=80=9Eapp-resources.md=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-resources.md b/app-resources.md index de4c062..19849ee 100644 --- a/app-resources.md +++ b/app-resources.md @@ -9,4 +9,4 @@ OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0` -http://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric \ No newline at end of file +`http://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric` \ No newline at end of file