Useful web checker to see what languages are used from a github account.
Let everyone know their languages statistic on github repo.
- Generate a GitHub OAuth client id and client secret to ensure you don't get rate limited API call.
- Create
.envfile with this content :
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
-
Install dependency :
npm install -
ALWAYS run test before start the app :
npm run lint -
Start the app
npm startand go to :http://localhost:5000
- Build image :
docker build -t local/github-langs . - Run image :
docker run -it -p 5000:5000 --env-file .env local/github-langs - App now available on
http://localhost:5000
- : Show repo > 100 (currently, only support repo < 100)
- : Add vertical bar based on languages
- : Refactor the controller (urgent) #22
- : Beautify the page #16
- : Add social button (fb
share& twittertweet) - : Toggle graph color (white or colorful)
- : Save graph as image
- : Redirect to
/meif user already logged in (Github) - : Improve UI
- : Increase speed & security
Check out this page
MIT (c) Wildan S. Nahar 2017
