https://github.com/gevorg/typeitquick
Type It Quick - Online Typing Contest
https://github.com/gevorg/typeitquick
captcha flux javascript reactjs touchtyping typeracer
Last synced: 7 months ago
JSON representation
Type It Quick - Online Typing Contest
- Host: GitHub
- URL: https://github.com/gevorg/typeitquick
- Owner: gevorg
- License: mit
- Created: 2015-02-01T21:04:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T05:18:17.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:32:56.735Z (about 2 years ago)
- Topics: captcha, flux, javascript, reactjs, touchtyping, typeracer
- Language: JavaScript
- Homepage: http://typeitquick.herokuapp.com/
- Size: 2.13 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type It Quick
Online typing contest!
## Installation
Via git (or downloaded tarball):
```bash
$ git clone git@github.com:gevorg/typeitquick.git
```
## Running
```bash
$ cd typeitquick
$ npm install
$ npm start
> node web.js
Listening on 5000
...
```
## Adding new text
Just add new file into [texts folder](https://github.com/gevorg/typeitquick/tree/master/server/texts)
## 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)