https://github.com/kratsg/captionator
Allow the user to press keys in order to move on to the next set of dialogue in a browser.
https://github.com/kratsg/captionator
accessibility captions closed-captioning subtitles theater
Last synced: 3 months ago
JSON representation
Allow the user to press keys in order to move on to the next set of dialogue in a browser.
- Host: GitHub
- URL: https://github.com/kratsg/captionator
- Owner: kratsg
- License: gpl-3.0
- Created: 2016-01-24T19:12:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T08:21:38.000Z (over 9 years ago)
- Last Synced: 2025-02-10T00:57:48.855Z (over 1 year ago)
- Topics: accessibility, captions, closed-captioning, subtitles, theater
- Language: JavaScript
- Size: 429 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Captionator
===========
Uses Node because I should learn to use Node for a small project, like this.
Getting Started
---------------
To get started, I installed ``nvm``::
brew install nvm
and then install Node and npm simultaneously::
nvm install v5.5.0
In future logins, I can ``cd`` into the directory and run::
nvm use v5.5.0
to get Node and npm in my environment.
Running
-------
Simply run::
npm start
and we are good to go. We will probably incorporate forever::
npm install -g forever
and then run::
forever start --minUptime 1000 --spinSleepTime 1000 ./bin/www