1.1.1 • Published 7 years ago

podcast-chapter-parser-mp4chaps v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

Podcast Chapter Parser for mp4chaps

Podcast Chapter Parser for mp4chaps

Installation

npm install podcast-chapter-parser-mp4chaps

Example

var MP4Chaps = require('podcast-chapter-parser-mp4chaps');

var chapters = MP4Chaps.parse("1.2 Intro\n20 Say Hello <http://www.example.com>");
// =>
// [
//     { start: 1200, title: "Intro" },
//     { start: 2000, title: "Say Hello", href: "http://www.example.com" }
// ]

Development

npm install
npm test
1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago