miguelmota / github-contributions

Show github contributions for all repos of an org

Home Page:https://github.com/miguelmota/github-contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Contributions

Show github contributions for all repos of an org

Demo

https://github-contributions.netlify.app

Usage

Build JSON

GITHUB_TOKEN=123... ORG=someOrgOrUsername make build

Serve app

make serve

Visit http://localhost:3000/

Docker

Build Docker

docker build -f Dockerfile -t github-contributions .

Build JSON

docker run --env-file .env github-contributions

License

MIT

About

Show github contributions for all repos of an org

https://github.com/miguelmota/github-contributions

License:MIT License


Languages

Language:JavaScript 67.8%Language:HTML 14.7%Language:Dockerfile 12.5%Language:Makefile 5.0%