Create README.md

This commit is contained in:
empathicqubit 2018-07-19 11:43:43 -04:00 committed by GitHub
parent b946d80917
commit 26af85b8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# daily-typing-tourney
Posts typing tournaments from 10fastfingers.com to a Slack channel
## Installation
1. `npm install`
2. Copy `config.js.sample` to `config/config.js`
3. Run
```sh
TWITTER_USERNAME="user" TWITTER_PASSWORD="password" SLACK_TOKEN="token" npm run debug
```