jespicas / github-langs

:checkered_flag: Show programming language based on the repos of github's account.

Home Page:https://githublangs.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Language Checker

Build Status HitCount contributions welcome

What ?

Useful web checker to see what languages are used from a github account.

Go to the web!

Screenshot

Why ?

Let everyone know their languages statistic on github repo.

Running the app locally

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

Running app through Docker

  • 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

TO DO LIST (sorted by priority) :

  • : 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 & twitter tweet)
  • : Save graph as image
  • : Toggle graph color (white or colorful)
  • : Redirect to /me if user already logged in (Github)
  • : Improve UI
  • : Increase speed & security

Contributing

Check out this page

License :

MIT (c) Wildan S. Nahar 2017

About

:checkered_flag: Show programming language based on the repos of github's account.

https://githublangs.herokuapp.com

License:MIT License


Languages

Language:JavaScript 58.8%Language:HTML 27.9%Language:CSS 13.3%