node-red-contrib-key-value-store

Simple, persistent, JSON-based key-value store for Node-RED

Usage no npm install needed!

<script type="module">
  import nodeRedContribKeyValueStore from 'https://cdn.skypack.dev/node-red-contrib-key-value-store';
</script>

README

node-red-contrib-key-value-store

standard-readme compliant

Simple, persistent, JSON-based key-value store for Node-RED

This provides a simple NR node to get and set values from an on-disk JSON store.

Table of Contents

Install

Requires Node.js v6.0.0 or newer

Either install from the Node-RED palette manager, or:

$ npm i node-red-contrib-key-value-store

Usage

Nodes are found within the storage category in NR's palette.

See node documentation ("info" panel) for specific usage.

Maintainers

@boneskull

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Christopher Hiller