/gafbot

the gaf bot

Primary LanguageJavaScript

GAFBOT

  1. To install this project locally, at this project root run npm install

  2. To start the service, at this project root run node index.js with the correct environment variables.

Environment Variables Needed:

  • OAUTH_TOKEN
  • SLACK_TOKEN
  • PORT (defaults to 3000)
  • NODE_ENV (defaults to development)