A website to show the stats of programming language in the repos that a certain github account has.
So people can see the stats of programming language being used in their repositories easily.
- Show statistics of repo's programming language (overall) from a given github account
- Display the 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 switch between multicolor or single color (white)
- Ability to download the chart in a JPG file
- Ability to share the result via facebook or X (formerly Twitter)
- Prerequisite:
Node >= v18.18.0
NPM >= 9.5.0
-
Generate access token (classic) with
repo
scope to ensure you don't get rate limited API call. -
Define environment variable with the following values:
TOKEN=your-access-token
ENV=local
An example of environment variable is provided here
- Install dependency:
npm install
- Start the app
<list-of-env-and-values> npm run start
and go tohttp://localhost:3000
npm run dev # it will reload the application whenever there's scss file changes
You can see the feature progress / bug report and pick up some issues in the issues
Check out this page
- Githut
- Hacktoberfest Checker (unfortunately it's now archived)
MIT (c) Wildan S. Nahar 2017 - 2025