tax_collector

0.0.2 • Public • Published

Tax Collector

Build Status

Collecting all of the things

Collects all of the data on a stream and emits 'ready' when stream is finished

Example

var TaxCollector = require('tax_collector');

var stream = getSomeReadableStream();

var collector = new TaxCollector();

stream.pipe(collector);

collector.on('ready', function(text) {
  // Do something with text
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i tax_collector

Weekly Downloads

2

Version

0.0.2

License

BSD

Last publish

Collaborators

  • bthesorceror