A nodejs slackbot for resolving issues through slack.
To install: Create a slackbot: https://my.slack.com/services/new/bot
Create a env.js file that exports your slack api token:
export const SLACK_API_TOKEN = 'your-token-here';
Install dependencies:
npm install
Let babel transpile the code:
npm run start
Start the server with:
node dist/app.js