srt-parser
v0.1.4
Published
Parser for a folder of SRT files
Readme
srt-parser

Parser for a folder of SRT files
Installation
$ npm install --save srt-parseror for command line usage (Recommended)
$ npm install -g srt-parserUsage
var srtParser = require('srt-parser');
srtParser('/directory/of/srt/files', 'combined_file.md');Via command line:
$ srtparser /directory/of/srt/files combined_file.mdLicense
MIT © R.A. Lucas
