0.1.6 • Published 3 years ago
node-red-contrib-datacake v0.1.6
Datacake Node-RED Nodes
Datacake is a low-code IoT platform focussed on solving real use-cases with little effort. This repository contains Node-RED nodes that allow the subscription and publishing of device measurements. They are also used in Cake Red, our hosted & managed Node-RED offering.
Development
Install Node-RED globally:
npm install -g --unsafe-perm node-redStart Node-RED so that it creates the ~/.node-red directory:
node-redBuild the nodes for the first time:
yarn run watchInstall the nodes:
cd ~/.node-red
npm install <location of datacake-nodes>Start Node-RED server:
yarn run watchChanges in .ts files are hot-reloaded while changes on .html files need
a restart of the server.
Credits
This project uses Typescript types and code from https://github.com/bernardobelchior/node-red-contrib-typescript-node