srt-parser

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i srt-parser

Weekly Downloads

7

Version

0.1.4

License

MIT

Last publish

Collaborators

  • ralucas