From 6e4f3577fcdd3f34a0f0413c4e9a8a9bb56df45a Mon Sep 17 00:00:00 2001 From: Lee Gillentine Date: Fri, 28 Aug 2015 11:42:42 -0500 Subject: [PATCH] Updaing readme with instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f77438e..f43f8a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # dj_chrono An example node.js based SlackBot for connecting to the Toggl API (and more!) + + +To try this bot out yourself, clone this repo, [create a bot](https://my.slack.com/services/new/bot), add the token to `dj_chrono.js`, add your e-mail to the `user_agent` param on the Toggl API, `npm install` then `node dj_chrono.js`. Enjoy!