node-red-contrib-datacake 0.1.6

Datacake nodes for Node-RED

npm install node-red-contrib-datacake

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-red

Start Node-RED so that it creates the ~/.node-red directory:

node-red

Build the nodes for the first time:

yarn run watch

Install the nodes:

cd ~/.node-red
npm install <location of datacake-nodes>

Start Node-RED server:

yarn run watch

Changes 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

Node Info

Version: 0.1.6
Updated 1 year, 2 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

11 in the last week

Nodes

  • datacake-in
  • datacake-out
  • datacake-configuration

Keywords

  • node-red
  • datacake

Maintainers