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
});

Readme

Keywords

none

Package Sidebar

Install

npm i tax_collector

Weekly Downloads

0

Version

0.0.2

License

BSD

Last publish

Collaborators

  • bthesorceror