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 twitter
-
Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
-
Generate access token (classic) 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 start
and go tohttps://localhost:5000
You can see the feature progress and pick up some issues in the issues or projects or milestones
Check out this page
- Githut
- Hacktoberfest Checker (unfortunately it's now archived)
MIT (c) Wildan S. Nahar 2017 - 2023