Create README.md
This commit is contained in:
parent
b946d80917
commit
26af85b8ef
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue