0.0.5 • Published 9 years ago

readbyline v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

readbyline - a node.js module that reads files by a delimiter (line by line) very quickly

Installation:

npm install readbyline

Usage:

Abstract:

readByLine(path_to_file, delimiter, callback)

Practical:

var readByLine = require('readbyline')

readByLine('file1.txt', '\n', function (error, line) {
	
	console.log('readbyline processed your line : ' + line)
})

Contact:

@yvanscher @sourabhtaletiya

Find readbyline on Node Package Manager (npm): https://www.npmjs.com/package/readbyline

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago