https://github.com/imjoseangel/cigame
Continuous Integration Game
https://github.com/imjoseangel/cigame
Last synced: 8 months ago
JSON representation
Continuous Integration Game
- Host: GitHub
- URL: https://github.com/imjoseangel/cigame
- Owner: imjoseangel
- License: mit
- Created: 2020-08-09T10:34:45.000Z (about 5 years ago)
- Default Branch: devel
- Last Pushed: 2023-02-25T00:49:38.000Z (over 2 years ago)
- Last Synced: 2024-06-20T20:45:29.303Z (over 1 year ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI Game
Generates a Table of Committers for a given Project.
## Requirements
- Go 1.14
## Run
`$ go run cmd/*.go`
or
`$ docker run -p 8000:8000 imjoseangel/cigame`
Open `http://localhost:8000?owner={owner}&repo={repo}`
### Environment variables
- `PORT` defines the port the server listens on (default 8000)
- `GITHUB_TOKEN` to get stats for private repos you'll need a [github access token](https://github.com/settings/tokens)
- `MAPPINGS` Path to a JSON file with the keys of email addresses to aliases