From 26af85b8ef54f4e0aa90d7379fed44b91274f03a Mon Sep 17 00:00:00 2001 From: empathicqubit <32425208+empathicqubit@users.noreply.github.com> Date: Thu, 19 Jul 2018 11:43:43 -0400 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 + ```