/github-langs

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

Primary LanguageJavaScriptMIT LicenseMIT

Github Language Checker

Build Status Codacy Badge HitCount contributions welcome

2020!

New year, new resolution. But the vision remains the same though. This year, I'll try to make this repo is completely easy to contribute to. Starting to re-organize the code structure, fix some linter issues, add proper test (unit, integration, and E2E test), also fix some security issues. After those are done, we can plan to add some features (update th UI?, differentiate between fork & original repos, etc). And as always, I'll be very open to any feedbacks/issues/suggestions. Just open an issue or a PR! Thank you and happy coding!

What ?

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

Go to the web!

Screenshot

Why ?

Let everyone know their language statistics on github repo (you can spy on others as well!).

Key features

  • Show statistics of repo's programming language on github account
  • Display total of each programming language based on github programming language color
  • Browse the repo with specific programming language directly from the chart bar
  • Ability to display the color in multicolor or single color (white)
  • Ability to download the chart in a JPG file
  • Social media sharing via facebook & twitter

Running locally

CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
ENV=local
  • Install dependency: npm install
  • Start the app npm start and go to http://localhost:5000

Feature tracker:

You can see the feature progress and pick up some issues in the issues or projects

Contributing

Check out this page

Related project(s)

License :

MIT (c) Wildan S. Nahar 2017 - 2020