This application is chrome extension to display the chart by language of the author repository on the Github author page or organization page.
Chart1 : The language ratio used in all repositories.
This will display the language of the repository in the graph. The chart is displayed on the author's top page and is colored by language.
Chart2 : Top 10 charts of simple stars.
Display the top 10 repositories of the author sorted in descending order of the number of stars.
There is a mosaic in the image.
Chart3 : Display the top 10 repositories of the author's repository.
This is a repository language chart sorted in descending order of the number of stars.
When this function is enabled, 10 requests are required and the access restriction may become faster.
There is a mosaic in the image.
This function is OFF by default.
To enable it, turn on the check on the setting page.
The chart will be displayed on the Github page of the author or organization.
Set the generated token to the setting page. If this is not set, Github's access restrictions may be applied early.
Settings > Personal access tokens > new
Add App Icons. There is no change in the source code.
Fix display name of repository which language is not set. "Others" To "Unknown".
Feel free to submit issues and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!