tonyyates / node-red-nodes

Node-RED nodes for Pimoroni products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-RED Nodes

First-party Node-RED nodes for Pimoroni products.

These nodes are for the Raspberry Pi only. Please also make sure you have installed the relevant Python libraries before running them.

Installing

### Flotilla

To install Flotilla just change into your node-red user directory and install like so:

cd ~/.node-red/
npm install node-red-node-contrib-flotilla

Everything else...

Currently the individual add-on boards are a work in progress, and aren't available via npm.

To install them, you should create/enter the folder:

/home/pi/.node-red/nodes/

And then you can just clone this repository, like so:

git clone http://github.com/pimoroni/node-red-nodes pimoroni-nodes

Then fire up Node-RED and enjoy!

Updating

Just enter the folder:

/home/pi/.node-red/nodes/pimoroni-nodes

And run git pull origin master to update.

About

Node-RED nodes for Pimoroni products


Languages

Language:JavaScript 65.4%Language:HTML 23.4%Language:Python 11.2%