README : [ Project | For KAU ]
Join this organization : https://join-kau.herokuapp.com/
This web app invites the typed-github-user
who meet the conditions with github-api to the specified-github-organization
.
E.g.)
- Users with email matching rules.
- etc.
npm install
npm start
You can configure this application to use with your environment specified settings. Just copy these Environment variable to .env
and make make necessary changes.
Don't commit this .env
file or remove it from .gitignore
.
VAR | DESCRIPTION | VALUES | DEFAULT |
---|---|---|---|
... | ... | - | - |
GITHUB_ORGS_NAME | Your github organization name | - | - |
SECRET | Your github (organization owner's) token | - | - |
... | ... | - | - |
...
GITHUB_ORGS_NAME=Korea-Aerospace-University
SECRET=abcdefg1234567812310abcedfasdf
...