0.0.1 • Published 9 months ago

@solisoft_development/node-red-amqp v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

npm.io

@prolite/node-red-contrib-amqp

AMQP nodes for node-red

Installation

Install via the Palette Manager or from within your node-red directory (typically ~/.node-red) run:

npm i @prolite/node-red-contrib-amqp

Usage

Provides three standard nodes and an amqp broker config node.
Please see the Node Help section from within node-red for more info

Development

Build the project

npm run build

Run tests

npm test

Run coverage:

npm run test:cov