# streamifier

> Converts a Buffer/String into a readable stream

Latest version **0.1.1** (published 2015-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install streamifier
pnpm add streamifier
yarn add streamifier
bun add streamifier
```

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2015-04-03 |
| First published | 2013-04-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/streamifier) |
| Module format | CommonJS |
| Node | >=0.10 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Gabriel Llamas |
| Maintainers | gagle |
| Keywords | string, buffer, readable, stream |

## Links

- npm: https://www.npmjs.com/package/streamifier
- Repository: https://github.com/gagle/node-streamifier
- Issues: https://github.com/gagle/node-streamifier/issues
- npm.io page: https://npm.io/package/streamifier

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

- 0.1.1 (latest) — 2015-04-03
- 0.1.0 — 2014-01-04
- 0.0.2 — 2013-10-02
- 0.0.1 — 2013-04-07

## README

streamifier
===========

#### Converts a Buffer/String into a readable stream ####

[![npm][npm-image]][npm-url]

<a name="createReadStream"></a>
___module_.createReadStream(object[, options]) : Readable__

Returns a Readable stream.

The `object` can be of any data type. If it is a Buffer or a string, the available `options` are [`highWaterMark` and `encoding`](http://nodejs.org/api/stream.html#stream_new_stream_readable_options), otherwise the Readable stream is automatically set in [object mode](http://nodejs.org/api/stream.html#stream_object_mode) and the `options` parameter is ignored.

[npm-image]: https://img.shields.io/npm/v/streamifier.svg?style=flat
[npm-url]: https://npmjs.org/package/streamifier

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