Patches howdyai/botkit to make Slack API endpoint changeable
This package substitutes all hardcoded slack.com API endpoints with process.env.api_host in Howdy Botkit.
The patch can help you to call test API endpoints or various proxy services instead of real Slack API.
```
npm install --save botkit
``
npm install --save botkit_msgio_patcher
```
bash ./node_modules/botkit_msgio_patcher/run.sh
After that you'll find all hardcoded Slack endpoints substituted with configurable variables.