Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-weatherflow-udp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-weatherflow-udp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.github/ISSUE_TEMPLATE/bug_report.md

19

package.json
{
"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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc