UNPKG

node-red-contrib-yr

Version:

A collection of Node-RED nodes for accessing yr.no weather info and data.

29 lines (28 loc) 900 B
{ "name" : "node-red-contrib-yr", "version" : "0.1.16", "description" : "A collection of Node-RED nodes for accessing yr.no weather info and data.", "repository" : { "type" :"git", "url" : "https://github.com/tverilytt/NODE-Red/tree/master/yr" }, "license" : "Apache", "keywords" : [ "node-red", "weather-data", "weather-info" ], "node-red" : { "nodes" : { "yr-config": "config/yr-config.js", "weather-data" : "weather-data/weather-data.js", "weather-info" : "weather-info/weather-info.js" } }, "author": { "name" : "Jo Torsmyr", "email" : "jo.torsmyr@gmail.com", "url" : "https://github.com/tverilytt" }, "dependencies": { "node-fetch": "~2.7.0", "haversine-distance": "^1.2.1", "webidl-conversions": "^7.0.0" } }