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
.env
file 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 start
and 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
) - : Save graph as image
- : Toggle graph color (white or colorful)
- : Redirect to
/me
if user already logged in (Github) - : Improve UI
- : Increase speed & security
Check out this page
MIT (c) Wildan S. Nahar 2017