A set of nodes that allow you to interact with a FiWare instance
We introduce a "fiware" node that can be used to represent a device towards Fiware Orion broker
From inside your node-red directory (usually ~/.node-red
or $NODE_RED_HOME
)
cd $NODE_RED_HOME
npm install node-red-contrib-fiware
cd $NODE_RED_HOME/nodes
git clone https://github.com/Ell-i/node-red-contrib-fiware.git
cd ./node-red-contrib-fiware
npm install