0.3.0 • Published 9 years ago
node-red-aquila v0.3.0
#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-aquilaTo install globally and have Node-RED automatically detect the nodes.
npm install node-red-aquila -gTo 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 installDon't forget to restart Node-RED so changes are applied.