Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 698 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 698 Bytes

Type It Quick

Online typing contest!

Installation

Via git (or downloaded tarball):

$ git clone [email protected]:gevorg/typeitquick.git

Running

$ cd typeitquick
$ npm install
$ npm start

> node web.js

Listening on 5000
...

Adding new text

Just add new file into texts folder

Configuration

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

License

The MIT License (MIT)