Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

miguelmota/github-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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