Node-RED Hypertable Plugin
A plugin for
Node-RED to add nodes to interact with
Hypertable.
! Only actions within a
Hypertable Project can be performed, the plugin cannot interact with
Hypertable Workspaces.
Usage
Development
- Install and run Node-RED (
getting started docs)
- Clone this repo
- Install the node module locally in the Node-RED install folder
- usually
npm install in
~/.node-red
- see the
Node-RED docs
Restart Node-RED to load edits to the plugin.
$3
Publish an updated version of the NPM package with:
npm publish --access public
Update the module in Node-RED's library by clicking
check for update on the
module's page.
TODO
- [ ] add examples
License
MIT