2.3.1 • Published 3 years ago

@ashok0617/node-red-contrib-amqp v2.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm.io

@meowwolf/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 @meowwolf/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