mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Add mqlight readme
This commit is contained in:
parent
01cd2427d2
commit
e61fd93162
13
io/mqlight/README.md
Normal file
13
io/mqlight/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
node-red-node-mqlight
|
||||
======================
|
||||
|
||||
A [Node-RED](http://nodered.org) node to send/receive messages using [IBM MQ Light](https://developer.ibm.com/messaging/mq-light/).
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in the root directory of your Node-RED install
|
||||
|
||||
npm install node-red-node-mqlight
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-mqlight",
|
||||
"version" : "0.0.2",
|
||||
"version" : "0.0.3",
|
||||
"description" : "A Node-RED node to send and receive message from IBM MQ Light",
|
||||
"dependencies" : {
|
||||
"mqlight" : "1.0.x"
|
||||
|
Loading…
Reference in New Issue
Block a user