Node RED
Installing a custom node
Either through the UI or via NPM...
https://nodered.org/docs/creating-nodes/first-node
Example at the following:
cd ~/.node-red
npm install ~/dev/node-red-contrib-example-lower-case
Guides
- http://www.steves-internet-guide.com/node-red-overview/