Forecast.io heißt jetzt DarkSky.net, ändere API-Endpunkt (http://blog.darksky.net/introducing-darksky-net/ )
This commit is contained in:
parent
4f10daba3e
commit
e2246e998e
@ -39,7 +39,7 @@ end
|
|||||||
|
|
||||||
forecast.command = 'f [Ort]'
|
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 apikey = cred_data.forecastio_apikey
|
||||||
local google_apikey = cred_data.google_apikey
|
local google_apikey = cred_data.google_apikey
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ end
|
|||||||
|
|
||||||
weather.command = 'w [Ort]'
|
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 apikey = cred_data.forecastio_apikey
|
||||||
local google_apikey = cred_data.google_apikey
|
local google_apikey = cred_data.google_apikey
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user