A module to push data to Bitpool.
npm install @bitpoolos/edge-uploader
---
A Node-RED node to push topic/payload pairs to Bitpool using the API.
Use the procedures below to install the Bitpool-Edge Uploader node onto your running instance. Then either use the Node-RED help, or read the wiki page to get you started on your next new project.
- Examples are available using the Import->Examples->Flows menu.
Install using the Node-RED manage palette,
``javascript
1. Click the 'Hamburger' icon at the top right corner.
2. Select the 'Manage palette' option.
3. Click the 'Install' tab and type '@bitpoolos/edge-uploader' into the search field.
4. Find the latest version and click to install.
`
or using NPM from the command line.
`bash``
$ npm install @bitpoolos/edge-uploader
This project is under the MIT license agreement. For more details, see the LICENSE file.