node-red-contrib-jsonstat

A collection of Node-RED nodes that helps you with jsonstat formatted data

Usage no npm install needed!

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

README

jsonstat nodes for Node-RED

These nodes let you (somewhat) easily deal with jsonstat formatted data

Nodes

  • jsonstat data: Get data from jsonstat input (msg.payload)
  • jsonstat category: Get category info from jsonstat input (msg.payload)

TODO

  • Documentation
  • Help inside Node-RED
  • Tests
  • Node icons
  • jsonstat collections
  • jsonstat dimensions
  • Think larger, the current implementation just suited my quick needs.