Skip to content

andela/issue-er

Repository files navigation

issue-er

GitHub Issues Manager

Installation

git clone git@github.com:andela/issue-er.git

cd issue-er && yarn # or npm install

cp .env.example .env # ensure all environment variables are set

yarn run dev

This project uses dotenv to load env variables are provided. See the .env.example file.

Integrations

  • GitHub
  • Airtable
  • Slack
  • Google

For the Google integration, you will need to a service account. All env variables beginning with GS in the .env.example file are from the json file you getn when you generate a service token in the google developer console.