# string-streamer

> a simple string piping function, useful for testing and prototyping when dealing with streaming text streams

Latest version **1.0.0** (published 2015-06-21) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install string-streamer
pnpm add string-streamer
yarn add string-streamer
bun add string-streamer
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-06-21 |
| First published | 2014-11-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Rory Bradford |
| Maintainers | roryrjb |
| Keywords | strings, string-stream, stream, readable-stream |

## Links

- npm: https://www.npmjs.com/package/string-streamer
- Repository: https://github.com/roryrjb/string-streamer
- Homepage: https://github.com/roryrjb/string-streamer#readme
- Issues: https://github.com/roryrjb/string-streamer/issues
- npm.io page: https://npm.io/package/string-streamer

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-06-21
- 0.0.4 — 2014-12-06
- 0.0.3 — 2014-12-06
- 0.0.2 — 2014-11-28
- 0.0.1 — 2014-11-28

## README

# string-streamer [![Build Status](https://travis-ci.org/roryrjb/string-streamer.svg?branch=master)](https://travis-ci.org/roryrjb/string-streamer) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

> 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.

```javascript
var stringStreamer = require('string-streamer')
```

__stringStreamer(string).pipe(writableStream, etc...)__

### License

MIT

---
_Source: https://npm.io/package/string-streamer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
