A website to show the stats of programming language in the repos that a certain github account has.
So people and/or organization 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 >= 20.6.0+ (to enable .env support)
NPM >= 9.8.1-
Generate access token (classic) with
reposcope to ensure you don't get rate limited API call. -
Copy
.env.exampleto.envand fill in the required environment variables:
ENV=local
TOKEN=your_github_access_token_here
PORT=3000
- Install dependency:
npm install - Start the app
npm run start:localand go tohttp://localhost:3000
npm run dev # it will reload the application whenever there's scss file changesYou can see the feature progress / bug report and pick up some issues in the issues
Check out this page
- Githut
- Hacktoberfest Checker (it's now archived)
MIT (c) Wildan S. Nahar 2017 - 2025
