A Love Machine integration for Slack. Background: https://www.quora.com/What-are-the-pros-and-cons-of-using-the-Love-Machine-inside-Linden-Lab
$ git clone https://github.com/rv-kip/node-love-machine.git
$ cd node-love-machine
$ npm install
$ export SLACK_TOKEN=[GET THIS FROM SLACK SLASH COMMAND];
$ export SLACK_API_TOKEN=[GET THIS FROM SLACK APP];
$ export HEROKU_HOST=https://SOMENAME.herokuapp.com/;
$ export MYSQL_HOST=HOST.DOMAIN.COM;
$ export MYSQL_USERNAME=USERNAME;
$ export MYSQL_PASSWORD=PASSWORD
$ export MYSQL_DATABASE=DATABASE_NAME;
$ npm run nodemon
tbd