@abakermi/towords

node stream to words

Usage no npm install needed!

<script type="module">
  import abakermiTowords from 'https://cdn.skypack.dev/@abakermi/towords';
</script>

README

towords

Build Status npm version

convert node stream to words

Installation

$ npm install @abakermi/towords --save

Usage

const fs = require('fs');
const input = fs.createReadStream('text.txt');
const wordStream = new wordStream(input);

input.pipe(wordStream).pipe(process.stdout)

License

towords is open-sourced software licensed under the MIT licensei)