diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ebf488 --- /dev/null +++ b/README.md @@ -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 + ```