An open API service indexing awesome lists of open source software.

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.

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