0.1.4 • Published 8 years ago

srt-parser v0.1.4

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

srt-parser NPM version Build Status Dependency Status

Parser for a folder of SRT files

Installation

$ npm install --save srt-parser

or for command line usage (Recommended)

$ npm install -g srt-parser

Usage

var srtParser = require('srt-parser');

srtParser('/directory/of/srt/files', 'combined_file.md');

Via command line:

$ srtparser /directory/of/srt/files combined_file.md

License

MIT © R.A. Lucas

0.1.4

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago