An open API service indexing awesome lists of open source software.

https://github.com/hugomrdias/pull-to-stream

pull-stream to stream module
https://github.com/hugomrdias/pull-to-stream

Last synced: 2 months ago
JSON representation

pull-stream to stream module

Awesome Lists containing this project

README

        

# pull-to-stream [![NPM Version](https://img.shields.io/npm/v/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![NPM Downloads](https://img.shields.io/npm/dt/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![NPM License](https://img.shields.io/npm/l/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![Build Status](https://travis-ci.org/hugomrdias/pull-to-stream.svg?branch=master)](https://travis-ci.org/hugomrdias/pull-to-stream) [![codecov](https://codecov.io/gh/hugomrdias/pull-to-stream/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/pull-to-stream?branch=master)

> pull-stream to stream module

## Install

```
$ npm install pull-to-stream
```

## Usage

```js
const pullToStream = require('pull-to-stream');

pullToStream('unicorns');
//=> 'unicorns & rainbows'
```

## API

### pullToStream(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

##### foo

Type: `boolean`

Default: `false`

Lorem ipsum.

## License

MIT © [Hugo Dias](http://hugodias.me)