node-red-aquila 0.3.0
Aquila's internet of things platform nodes for Node-Red.
#Aquila nodes for Node-Red
Aquila's internet of things platform set of nodes for Node-Red.
To install locally you need to change to your Node-RED user directory.
cd ~/.node-red
npm install node-red-aquila
To install globally and have Node-RED automatically detect the nodes.
npm install node-red-aquila -g
To install manually change to your Node-RED user directory.
cd ~/.node-red
mkdir nodes
cd nodes
git clone https://github.com/makerlabmx/node-red-aquila.git
cd node-red-aquila
npm install
Don't forget to restart Node-RED so changes are applied.