Slackit - the bot framework for Slack
Slackit is the flexible and well-tested bot framework for Slack. This framework provide 3 bot templates (receive-only, send-only and basic) and Slack API utilities.
Development with Slackit
-
Install the Slackit
Enter following commands to install:
$ cd path/to/bot/dir $ npm install slackit
-
Run test
Enter following commands to test Slackit:
$ cd node_modules/slackit $ npm test
-
Read the Slackit Document
-
Enjoy your development ;-)