Forecast.io heißt jetzt DarkSky.net, ändere API-Endpunkt (http://blog.darksky.net/introducing-darksky-net/ )

This commit is contained in:
Andreas Bielawski 2016-09-20 16:56:37 +02:00
parent 4f10daba3e
commit e2246e998e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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