Skip to content

rv-kip/node-love-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-love-machine

Summary

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

Installation

$ 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

Usage

tbd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published