@@ -1,7 +1,7 @@
(in-package #:chatikbot)
(defsetting *forecast-api-key* nil "forecast.io APIKEY")
-(defparameter +forecast-api-url+ "https://api.forecast.io/forecast" "forecast.io API endpoint")
+(defparameter +forecast-api-url+ "https://api.darksky.net/forecast" "forecast.io API endpoint")
(defun forecast (lat lon &key time (currently t) minutely hourly daily alerts)
(handler-case