1337cat

1.0.1 • Public • Published

1337cat

Writable stream that transforms data from a stream into l33tsp34k, concatenates that data, and calls a callback with the result.

build status

js-standard-style

Concatenates l33tsp34k!

npm install 1337cat -S

Usage

const fs = require('fs')
const leetcat = require('1337cat')
 
fs.createReadStream(__dirname + '/leet.txt')
  .pipe(leetcat(buf => {
    console.log(buf.toString()) // '1337\n'
  }))

Package Sidebar

Install

npm i 1337cat

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jekrb