Sha256: 270f0120200fa8cb5c1aacf250bcc1bbbe92fe889f1a3e8b59d673ffbb514ee0

Contents?: true

Size: 1012 Bytes

Versions: 35

Compression:

Stored size: 1012 Bytes

Contents

# stream-each

Iterate all the data in a stream

```
npm install stream-each
```

[![build status](http://img.shields.io/travis/mafintosh/stream-each.svg?style=flat)](http://travis-ci.org/mafintosh/stream-each)

## Usage

``` js
var each = require('stream-each')

each(stream, function (data, next) {
  console.log('data from stream', data)
  // when ready to consume next chunk
  next()
}, function (err) {
  console.log('no more data')
})
```

## API

#### `each(stream, iterator, cb)`

Iterate the data in the stream by calling the iterator function with `(data, next)`
where data is a data chunk and next is a callback. Call next when you are ready to
consume the next chunk. Optionally you can call next with an error to destroy the stream

When the stream ends/errors the callback is called if provided

## License

MIT

## Related

`stream-each` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.

Version data entries

35 entries across 34 versions & 12 rubygems

Version Path
ilog-0.4.0 node_modules/stream-each/README.md
ilog-0.3.3 node_modules/stream-each/README.md
jester-data-8.0.0 node_modules/stream-each/README.md
ezii-os-5.2.1 node_modules/stream-each/README.md
ezii-os-2.0.1 node_modules/stream-each/README.md
ezii-os-1.1.0 node_modules/stream-each/README.md
ezii-os-1.0.0 node_modules/stream-each/README.md
ezii-os-0.0.0.1.0 node_modules/stream-each/README.md
ezii-os-0.0.0.0.1 node_modules/stream-each/README.md
optimacms-0.4.3 spec/dummy/node_modules/stream-each/README.md
optimacms-0.4.2 spec/dummy/node_modules/stream-each/README.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/stream-each/README.md
locomotivecms-3.4.0 app/javascript/node_modules/stream-each/README.md
cortex-0.1.3 spec/dummy/node_modules/stream-each/README.md
dragonfly_puppeteer-0.1.0 node_modules/stream-each/README.md