Display social graphs of a channel from the message's mentions.
To run the project, clone the repo, and run npm install
first.
cp slack-config.json.tplt slack-config.json
{
"token":"${Yout Slack API Token}",
"channelId":"${Channel Id}"
}
npm start
Please access http://localhost:3000
- Node.js (v8.0.0+)