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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i tax_collector

    Weekly Downloads

    2

    Version

    0.0.2

    License

    BSD

    Last publish

    Collaborators

    • bthesorceror