From e2246e998eef908b3e669012b0537cf37ad87846 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 20 Sep 2016 16:56:37 +0200 Subject: [PATCH] =?UTF-8?q?Forecast.io=20hei=C3=9Ft=20jetzt=20DarkSky.net,?= =?UTF-8?q?=20=C3=A4ndere=20API-Endpunkt=20(http://blog.darksky.net/introd?= =?UTF-8?q?ucing-darksky-net/=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/forecast.lua | 2 +- otouto/plugins/weather.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otouto/plugins/forecast.lua b/otouto/plugins/forecast.lua index 7f8b288..f3d2514 100644 --- a/otouto/plugins/forecast.lua +++ b/otouto/plugins/forecast.lua @@ -39,7 +39,7 @@ end forecast.command = 'f [Ort]' -local BASE_URL = "https://api.forecast.io/forecast" +local BASE_URL = "https://api.darksky.net/forecast" local apikey = cred_data.forecastio_apikey local google_apikey = cred_data.google_apikey diff --git a/otouto/plugins/weather.lua b/otouto/plugins/weather.lua index 983ddca..3176ada 100644 --- a/otouto/plugins/weather.lua +++ b/otouto/plugins/weather.lua @@ -29,7 +29,7 @@ end weather.command = 'w [Ort]' -local BASE_URL = "https://api.forecast.io/forecast" +local BASE_URL = "https://api.darksky.net/forecast" local apikey = cred_data.forecastio_apikey local google_apikey = cred_data.google_apikey