node-red-contrib-streamr
v0.0.1
Published
Streamr node-red integration. Publish and subscribe nodes to integrate to Streamr platform.
Downloads
6
Maintainers
Readme
Streamr client node
Experimental wrapper for Streamr node.js client for node-red. Enables subscribing and publishing to Streamr streams with your Streamr Accounts API-key and stream id.
Installation
npm install node-red-contrib-streamr
or
git clone
npm install
Go to your ~/.node-red folder
npm install <path where you git cloned streamr client node library>
Start node-red. Find streamr client node under Streamr category.
Instructions
This library includes config node, publish and subscribe nodes. To be able to utilize these nodes you need to create a streamr account, a stream and acquire an API key. Instructions to create these can be found from Streamr blog.
Changelog
v0.0.1
- Initial release
- Publish and subscribe nodes added
- Config node added
License
This library is under Apache 2.0 license see LICENSE.md for details.
TODO
- Improve error logging
- Improve documentation