mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	Add mqlight readme
This commit is contained in:
		
							
								
								
									
										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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user