Skip to content

Korea-Aerospace-University/join-organization-web

 
 

Repository files navigation

README : [ Project | For KAU ]

아직 완성되지 않았습니다!! (Still progressing!)


join-organization-web

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.

For contributors

CONTRIBUTING.md

To install the dependencies

npm install

To start the local server

npm start

Configuration

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 .

Environment variables

VAR DESCRIPTION VALUES DEFAULT
... ... - -
GITHUB_ORGS_NAME Your github organization name - -
SECRET Your github (organization owner's) token - -
... ... - -

Example

...

GITHUB_ORGS_NAME=Korea-Aerospace-University
SECRET=abcdefg1234567812310abcedfasdf

...

About

Portal to get an invite to github-organization

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • HTML 22.6%
  • CSS 11.6%