ghee
ghee is an ES7 based wrapper for Slack's official npm client. It is built with
ease of implementation in mind, and utilizes ES7 decorators to easily define
methods that your bot should respond to.
ghee has built in support to respond to requests via Promises, and allows you
to easily build attachments to the message response.
While you can easily use ghee on it's own, it is recommended to install and use
the ghee boilerplate,
which will ensure that your environment is ready to handle ES7 with decorators.
Please visit the wiki for usage
instructions. See the Samples
for various bots that implement ghee.
Why "ghee"?
It started off as the basis for ghebot, a bot to assist in monitor and alerting
for GitHub Enterprise. ghee is now the underlying framework for ghebot. Also,
it's clear to use and smooth as butter.
Samples