0.1.4 • Published 7 years ago

srt-parser v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago