daily-typing-tourney/README.md

12 lines
286 B
Markdown
Raw Normal View History

2018-07-19 11:43:43 -04:00
# 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
```