@hypericon/node-red-hypertable
v0.1.3
Published
Node-RED plugin to interact with Hypertable
Downloads
6
Readme
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 <the-full-path-to-the-repo-folder>
in~/.node-red
- see the Node-RED docs
- usually
Restart Node-RED to load edits to the plugin.
Publishing Updates
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