UNPKG

node-red-node-openweathermap

Version:

A Node-RED node that gets the weather report from openweathermap

30 lines (29 loc) 731 B
{ "name": "node-red-node-openweathermap", "version": "1.0.1", "description": "A Node-RED node that gets the weather report from openweathermap", "dependencies": { "request": "~2.88.2" }, "repository": { "type": "git", "url": "https://github.com/node-red/node-red-web-nodes/tree/master/openweathermap" }, "license": "Apache-2.0", "keywords": [ "node-red", "weather", "openweathermap" ], "node-red": { "version": ">=0.14.0", "nodes": { "openweathermap": "weather.js" } }, "author": { "name": "Ben Perry", "email": "BENJAMIP@uk.ibm.com", "url": "http://nodered.org" } }