to test locally you need slack api token
- clone this repo
cd
into project folder- run
npm install
- change
var token = process.env.API_TOKEN;
tovar token = "someTokenStringFromSlack";
- never publish your api token directly on github
use command npm run build
to start this bot
now you should see this bot on your slack team