A Golang application to aggregate the GitHub contributions of multiple accounts.
This application can be deployed and used as follows in your GitHub profile README
![gh-contributions](https://<IP-ADDRESS>/aggregate?username={username1}&username={username2}&year=2020&theme=dark)
- Start the server
- on host machine
make build.x && make server.start
where 'x' is the runtime environment. Currently,
linux
andmac
are available in the Make target.
- in docker
make docker
- Open browser and browse to
localhost:3000/api/contributions?username={username}&username={username}&year={year}&theme={theme}
username
description : list of usernames
year
description : year
default : current year
theme
description : theme
values : <light | dark>
default : light