A multiplayer game in which winner is the one who types faster than the others.
Demo: https://type-fast-er.herokuapp.com
Heroku CI and CD is used for the demo app.
- Clone this repo
- Run
npm install
npm start
ENV | Default | Desc |
---|---|---|
PORT | 3000 | Port to run the server on |
MIN_WORDS | 4 | Minimum words in sentence |
MAX_WORDS | 8 | Maximum words in sentence |
npm test
MIT