1.0.3 • Published 1 year ago
@topcs/node-red-contrib-amqp-topcs v1.0.3
@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-topcsUsage
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 buildRun tests
npm testRun coverage:
npm run test:cov