munky69rock / mikan

hubot-like slack bot using botkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIKAN

hubot-like slack bot using botkit

Usage

$ npm i -g yarn
$ yarn
$ token=[SLACK_TOKEN] yarn start

Configuration

$ cat '{ "key": "value" }' > config.json
console.log(controller.config.key); // value

Testing

$ yarn run lint
$ yarn run coverage
$ yarn test # lint & coverage

About

hubot-like slack bot using botkit


Languages

Language:JavaScript 100.0%