Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 863 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 863 Bytes

Wordcast

A real-time captioning service over Google Chrome and Socket.IO.

Installation

Project is in beta. If you find any issues or have any feedback, open an issue.

  • git clone [email protected]:a11yproject/Wordcast.git or download the project
  • cd path/to/Wordcast
  • npm install the required modules
  • npm install -g grunt-cli if you don't already have it
  • grunt to build the app
  • node server.js to run the app
  • Open http://localhost:3000 in two different browser windows. Chrome 25+ required to broadcast.
  • To broadcast in a room, use the ?viewMode=broadcast param on the end of your room URL.

Contributing

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 :)