Javascript group reducer for streams, arrays, and manual pushes
npm install groupreducer
Very similar to Array.reduce() function with grouping functionality. It works with arrays, streams and discrete pushes. Please check the specs directory out for sample usage scenarios.
For Node.js, simply use npm:
``sh`
npm install groupreducer
For browser applications, import via CDN:
`html