github-langs
github-langs copied to clipboard
Show the stats of the programming language from a given github account.
Github Language Checker
What ?
A website to show the stats of programming language in the repos that a certain github account has.
Why does this project exist?
So people can see the stats of programming language being used in their repositories easily.
Key features
- 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
Running locally
Supported environment:
-
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
npm start
and go tohttp://localhost:5000
Feature tracker:
You can see the feature progress and pick up some issues in the issues or projects or milestones
Contributing
Check out this page
Other similar projects:
- Githut
- Hacktoberfest Checker (sadly it's not live anymore)
License :
MIT (c) Wildan S. Nahar 2017 - 2023