node-red-contrib-grove

A simple interface to Grovestreams graphing site

Usage no npm install needed!

<script type="module">
  import nodeRedContribGrove from 'https://cdn.skypack.dev/node-red-contrib-grove';
</script>

README

A simple Grovestreams node for Node-Red

Purpose

The grove node is designed enable simple sending of data to GroveStreams http://www.grovestreams.com

Use

This node has one input. In the setup you tell it your Grovestream PUT API key and the name of the component - in the input you supply name and value pairs of one or more streams separated by ampersand. i.e. fred=1 or fred=1&brian=2 OR you can specify the stream in the setup and merely send a value. That's it, the data will appear in Grovestreams. More of that on the Grovestream webnsite.

You can find out more about this at https://tech.scargill.net/a-grovestreams-node-red-node/