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!