/perceptronBolt

Slack: "Bolt" style bot on Node.Js - Perceptron

Primary LanguageJavaScriptMIT LicenseMIT

perceptronBolt

Slack: "Bolt" style bot on Node.Js - Perceptron

################################################################################
git clone git@github.com:ernestgwilsonii/perceptronBolt.git
cd perceptronBolt

npm install

export SLACK_APP_TOKEN='xapp-1-blah'
export BOT_TOKEN='xoxb-blah'

node app.js
################################################################################