@topcs/node-red-contrib-amqp-topcs
v1.0.3
Published
Amqp nodes for node-red by topcs
Downloads
219
Maintainers
Readme
@topcs/node-red-contrib-amqp-topcs
fork of
#https://github.com/MeowWolf/node-red-contrib-amqp
and the work of Amo DelBello at MeowWolf
with some fixes
AMQP nodes for node-red
Installation
Install via the Palette Manager or from within your node-red directory (typically ~/.node-red
) run:
npm i @topcs/node-red-contrib-amqp-topcs
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