A real-time captioning service over Google Chrome and Socket.IO.
Project is in beta. If you find any issues or have any feedback, open an issue.
git clone [email protected]:a11yproject/Wordcast.gitor download the projectcd path/to/Wordcastnpm installthe required modulesnpm install -g grunt-cliif you don't already have itgruntto build the appnode server.jsto run the app- Open
http://localhost:3000in two different browser windows. Chrome 25+ required to broadcast. - To broadcast in a room, use the
?viewMode=broadcastparam on the end of your room URL.
If you'd like to help, fork the repo and make a pull request! To start working on things, simply:
$ grunt dev
This will automate the build process, so you don't have to grunt everytime you make a change :)