node-red-contrib-weatherflow-udp
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "node-red-contrib-weatherflow-udp", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Michael Rohrhirsch (https://github.com/CrunkA3)", | ||
@@ -18,9 +18,9 @@ "description": "A WeahterFlow Tempest UDP-Listener for Node-RED", | ||
"nodes": { | ||
"weatherflow-hub": "weatherflow-hub.js", | ||
"weatherflow-rapid-wind": "weatherflow-rapid-wind.js", | ||
"weatherflow-observation-tempest": "weatherflow-observation-tempest.js", | ||
"weatherflow-observation-air": "weatherflow-observation-air.js", | ||
"weatherflow-observation-sky": "weatherflow-observation-sky.js", | ||
"weatherflow-rain-start": "weatherflow-rain-start.js", | ||
"weatherflow-lightning-strike": "weatherflow-lightning-strike.js" | ||
"weatherflow-hub": "nodes/weatherflow-hub.js", | ||
"weatherflow-rapid-wind": "nodes/weatherflow-rapid-wind.js", | ||
"weatherflow-observation-tempest": "nodes/weatherflow-observation-tempest.js", | ||
"weatherflow-observation-air": "nodes/weatherflow-observation-air.js", | ||
"weatherflow-observation-sky": "nodes/weatherflow-observation-sky.js", | ||
"weatherflow-rain-start": "nodes/weatherflow-rain-start.js", | ||
"weatherflow-lightning-strike": "nodes/weatherflow-lightning-strike.js" | ||
} | ||
@@ -36,6 +36,7 @@ }, | ||
"weatherflow", | ||
"weahter", | ||
"weather", | ||
"weather-station", | ||
"tempest", | ||
"node-red" | ||
] | ||
} |
@@ -1,3 +0,16 @@ | ||
# node-red-weatherflow-udp | ||
# WeahterFlow Tempest nodes listening to UDP for Node-RED | ||
A WeatherFlow Tempest UDP-listener for Node-RED | ||
[![Platform](https://img.shields.io/badge/platform-Node--RED-red)](https://nodered.org) | ||
[![Platform](https://img.shields.io/badge/license-MIT-green)](https://github.com/CrunkA3/node-red-weatherflow-udp/blob/master/LICENSE) | ||
[![Downloads](https://img.shields.io/npm/dm/node-red-contrib-weatherflow-udp.svg)](https://www.npmjs.com/package/node-red-contrib-weatherflow-udp) | ||
[![Total Downloads](https://img.shields.io/npm/dt/node-red-contrib-weatherflow-udp.svg)](https://www.npmjs.com/package/node-red-contrib-weatherflow-udp) | ||
... | ||
This package contains nodes for listening to WeahterFlow Tempest UDP API: | ||
<https://weatherflow.github.io/Tempest/api/udp/v171/> | ||
## Install | ||
```text | ||
npm install node-red-contrib-weatherflow-udp | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36683
22
261
17
2