Online typing contest!
Via git (or downloaded tarball):
$ git clone git@github.com:gevorg/typeitquick.git
$ cd typeitquick
$ npm install
$ npm start
> node web.js
Listening on 5000
...
Just add new file into texts folder
There are few environment variables that you must set
- PORT - server port to run, by default it is 5000
- CAPTCHA_APP_KEY - application key used by captcha
- CAPTCHA_APP_SEC - application secret used by captcha
The MIT License (MIT)