This package has been deprecated

Author message:

Development of this module has been stopped.

string-streamer

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i string-streamer

Weekly Downloads

154

Version

1.0.0

License

MIT

Last publish

Collaborators

  • roryrjb