A mood bot to display each day the mood's team.
Clone the repo, then run:
$ npm installCreate a .env file with the following variables and their values:
SLACK_CLIENT_ID=***************
SLACK_CLIENT_SECRET=***************
SLACK_CHANNEL_GENERAL_ID=***************
AIRTABLE_API_KEY=***************
AIRTABLE_BASE_KEY=***************
AIRTABLE_MEMBERS=***************
AIRTABLE_MOOD=***************
NEW_RELIC_LICENSE_KEY=***************
NEW_RELIC_APP_NAME=***************
NEW_RELIC_APDEX=***************
NEW_RELIC_NO_CONFIG_FILE=***************
MONGO_URL=***************
NODE_ENV=DEVELOPMENT
PORT=3000In local for development:
$ npm run startLint code:
$ npm run lintFix lint errors:
$ npm run fixBuilding:
$ npm run buildRunning in production mode after building:
$ npm run serveHeroku dynos:
$ npm run web