Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qix-/node-consumer-stream

Readline-like functionality that keeps track of line counts and properly handles final lines without trailing newlines
https://github.com/qix-/node-consumer-stream

Last synced: 26 days ago
JSON representation

Readline-like functionality that keeps track of line counts and properly handles final lines without trailing newlines

Awesome Lists containing this project

README

        

# node-consumer-stream [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-consumer-stream.svg?style=flat-square)](https://travis-ci.org/Qix-/node-consumer-stream) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-consumer-stream.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-consumer-stream)

> Parse streams a line at a time while tracking various metrics about the contents.

## License
Licensed under the [MIT License](http://opensource.org/licenses/MIT).
You can find a copy of it in [LICENSE](LICENSE).