This repository is no longer maintain anymore, see Familybot
<---------->
A bot to automatize the weekly news creation without kill the human vibe.
Screenshots:
Clone the repo, then run:
$ npm installCreate a .env file with the following variables and their values:
SLACK_CLIENT_ID=***************
SLACK_CLIENT_SECRET=***************
AIRTABLE_API_KEY=***************
AIRTABLE_BASE_KEY=***************
AIRTABLE_MEMBERS=***************
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 webAll commands are displayed by help


