Skip to content

pnslabs/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

About

Show github contributions for all repos of an org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • HTML 14.7%
  • Dockerfile 12.5%
  • Makefile 5.0%