npm.io
1.0.0 • Published 11 years ago

string-streamer

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

string-streamer Build Status js-standard-style

A simple string piping function, useful for testing and prototyping when dealing with text streams.

Installation

$ npm install string-streamer

Node v0.10 or higher is required.

Usage/API

Convert any length string to a readable stream.

var stringStreamer = require('string-streamer')

stringStreamer(string).pipe(writableStream, etc...)

License

MIT

Keywords