node-red-node-darksky
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -96,2 +96,5 @@ /** | ||
} | ||
if (!jsun.daily) { | ||
return callback(RED._("darksky.error.api-response", { response:weather })); | ||
} | ||
msg.data = jsun; | ||
@@ -98,0 +101,0 @@ msg.payload.weather = jsun.daily.data[when].icon; |
@@ -51,2 +51,3 @@ { | ||
"cs": "Czech", | ||
"da": "Danish", | ||
"de": "German", | ||
@@ -53,0 +54,0 @@ "el": "Greek", |
{ | ||
"name" : "node-red-node-darksky", | ||
"version" : "0.1.18", | ||
"version" : "0.1.19", | ||
"description" : "A Node-RED node that gets the weather forecast from the DarkSky API", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
50177
323