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.
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
npm install
<list-of-env-and-values> npm start
and go to http://localhost:5000
You can see the feature progress and pick up some issues in the issues or projects or milestones
Check out this page
MIT (c) Wildan S. Nahar 2017 - 2023