0.0.1 • Published 9 years ago
kudos-bot v0.0.1
Kudos Bot
A test Slack bot that counts kudos to your team mates.

Requirements
Configuration and usage
You may need to setup the following environment variables:
SLACK_TOKENSlack bot authentication token.KUDOS_WORDThe word you wish to use to congratulate your team mates.LOCALELocale for messages to and from the bot, defaults to english (en) if none is given
Running Locally
$ git clone https://github.com/gssbzn/kudos-bot # or clone your own fork
$ cd kudos-bot
$ npm install
$ npm startContributing
- Fork it ( https://github.com/gssbzn/kudos-bot/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
License
MIT License. Copyright 2017 Gustavo Bazan. http://gustavobazan.com
0.0.1
9 years ago