UNPKG

@hypericon/node-red-hypertable

Version:

Node-RED plugin to interact with Hypertable

35 lines (19 loc) 1.17 kB
# Node-RED Hypertable Plugin A plugin for [Node-RED](https://nodered.org/) to add nodes to interact with [Hypertable](https://hypertable.co.uk/). ! Only actions within a [Hypertable Project](https://hypertable.net/docs/hypertable/features/projects) can be performed, the plugin cannot interact with [Hypertable Workspaces](https://hypertable.net/docs/hypertable/features/workspaces). ## Usage ## Development - Install and run Node-RED ([getting started docs](https://nodered.org/docs/getting-started/)) - 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](https://nodered.org/docs/creating-nodes/first-node#testing-your-node-in-node-red) 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](https://flows.nodered.org/node/@hypericon/node-red-hypertable). ## TODO - [ ] add examples ## License MIT