https://github.com/stream-utils/promise-map-stream
Map transform streams with promises
https://github.com/stream-utils/promise-map-stream
Last synced: 6 months ago
JSON representation
Map transform streams with promises
- Host: GitHub
- URL: https://github.com/stream-utils/promise-map-stream
- Owner: stream-utils
- License: mit
- Created: 2014-12-26T05:43:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T20:56:19.000Z (almost 10 years ago)
- Last Synced: 2025-05-19T21:45:48.294Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# promise-map-stream
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]
Create a map through stream based on promise functions.
## API
### var stream = map(transform, [flush])
Create a stream instance based on a transform/flush function.
### var Stream = map.create(transform, [flush])
Create a new stream constructor based on a transform/flush function.
[gitter-image]: https://badges.gitter.im/stream-utils/promise-map-stream.png
[gitter-url]: https://gitter.im/stream-utils/promise-map-stream
[npm-image]: https://img.shields.io/npm/v/promise-map-stream.svg?style=flat-square
[npm-url]: https://npmjs.org/package/promise-map-stream
[github-tag]: http://img.shields.io/github/tag/stream-utils/promise-map-stream.svg?style=flat-square
[github-url]: https://github.com/stream-utils/promise-map-stream/tags
[travis-image]: https://img.shields.io/travis/stream-utils/promise-map-stream.svg?style=flat-square
[travis-url]: https://travis-ci.org/stream-utils/promise-map-stream
[coveralls-image]: https://img.shields.io/coveralls/stream-utils/promise-map-stream.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/stream-utils/promise-map-stream
[david-image]: http://img.shields.io/david/stream-utils/promise-map-stream.svg?style=flat-square
[david-url]: https://david-dm.org/stream-utils/promise-map-stream
[license-image]: http://img.shields.io/npm/l/promise-map-stream.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/promise-map-stream.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/promise-map-stream
[gittip-image]: https://img.shields.io/gratipay/jonathanong.svg?style=flat-square
[gittip-url]: https://gratipay.com/jonathanong/