The goal of the project is augment conversation with music.
Demo : https://youtu.be/UhzYFD62Kzc
Create a new file names env.js with the following:
process.env['slackClientId'] = <Slack Client ID>
process.env['slackClientSecret'] = <Slack Client Secret>
process.env['port'] = <Port when you setup the slack app on developer.slack.com>
process.env['redirectUri'] = <Redirect URI from developer.slack.app>
process.env['musixkey'] = <Musix Match API Key>
process.env['spotifyClientId'] = <Spotify Client ID>
process.env['spotifyClientSecret'] = <Spotify Client Secret>
Execution Instructions:
$ node mac.js
upload the dataserver folder to heroku and add the new URL to the slack app configurations. The data serve is launched automatically.