node-red-aquila

Aquila's internet of things platform nodes for Node-Red.

Usage no npm install needed!

<script type="module">
  import nodeRedAquila from 'https://cdn.skypack.dev/node-red-aquila';
</script>

README

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.