0.3.0 • Published 8 years ago

node-red-aquila v0.3.0

Weekly downloads
11
License
ISC
Repository
github
Last release
8 years ago

#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.