Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmperez/sync-subs
Browser-based JS subtitles synchronizer
https://github.com/jmperez/sync-subs
Last synced: 29 days ago
JSON representation
Browser-based JS subtitles synchronizer
- Host: GitHub
- URL: https://github.com/jmperez/sync-subs
- Owner: JMPerez
- License: mit
- Created: 2013-10-25T20:37:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T18:54:18.000Z (about 6 years ago)
- Last Synced: 2024-05-02T06:02:59.201Z (7 months ago)
- Language: JavaScript
- Homepage: https://jmperezperez.com/sync-subs/
- Size: 82 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sync Subs
=========Using the File API it is possible to generate files on the fly and let the browser download them. It also uses [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers) to provide offline support.
Tech
-----------This subtitles synchronizer uses a number of open source projects to work properly:
* [SRT Parser from Popcorn](https://github.com/mozilla/popcorn-js/blob/master/parsers/parserSRT/popcorn.parserSRT.js) - a parser for SRT files.
Installation
--------------Run grunt and open the `index.html` file in the `dist` folder.
Running Tests
-------------Install mocha globally with `npm i mocha -g`. Then run `mocha`.
Status
--------------[![Build Status](https://travis-ci.org/JMPerez/sync-subs.png)](https://travis-ci.org/JMPerez/sync-subs)
[![Coverage Status](https://coveralls.io/repos/JMPerez/sync-subs/badge.png?branch=master)](https://coveralls.io/r/JMPerez/sync-subs?branch=master) (only for Javascript code that can be run on node)
Authors
--------------[@jmperezperez](https://twitter.com/jmperezperez)
License
--------------MIT