2.0.0 • Published 7 years ago

ex-stream v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ex-Stream

Tiny library of useful streams

build status

Install

npm install ex-stream

Contents

  • Accumulator - Accumulate stream data by charging and release it on stream finish
  • Composer - Compose streams into single stream
  • Concat - Concatenate stream data by _concat function
  • CSV - Parse CSV stream text data to objects
  • Dispatcher - Call executor with matched inputData
  • Filter - Filter stream data by filter callback
  • FilterRegexp - Filter stream data by RegExp
  • Jsonify - Converts stream text data to JSON object
  • Log - Logs stream data
  • Middleware - Pass stream data to middleware list
  • Reducer - Reduce stream data
  • Request - Puts request object as stream
  • Splitter - Splits stream data
  • Stringify - Collects stream data and converts it to string
  • Throttle - Throttles stream data
  • Wrapper - Wrap stream as stream data

License

License The MIT License Copyright (c) 2016-present Ivan Zakharchenko

2.0.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago