UNPKG

node-red-contrib-twc-weather

Version:

Node-RED nodes for The Weather Company and Weather Underground Data APIs

46 lines (45 loc) 1.19 kB
{ "name": "node-red-contrib-twc-weather", "version": "0.7.0", "description": "Node-RED nodes for The Weather Company and Weather Underground Data APIs", "main": "pws-current.js", "scripts": { "test": "echo \"no test required\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/johnwalicki/node-red-contrib-twc-weather.git" }, "keywords": [ "node-red", "weather", "twc", "pws", "forecast", "weatherunderground" ], "author": "John Walicki <johnwalicki@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/johnwalicki/node-red-contrib-twc-weather/issues" }, "homepage": "https://github.com/johnwalicki/node-red-contrib-twc-weather#readme", "node-red": { "version": ">=2.0.0", "nodes": { "pws-observations": "pws-current.js", "pws-historical": "pws-historical.js", "pws-forecast": "pws-forecast.js", "pws-recent": "pws-recent.js", "twc-health": "twc-health.js", "twc-core": "twc-core.js", "twc-nowcast": "twc-nowcast.js" } }, "engines": { "node": ">=12.0.0" }, "dependencies": { "axios": ">=0.27.2" } }