Github Repository Contribution Stats ๐ฅ
Github Contribution ์คํฏ์ผ๋ก ํ๋กํ ๊พธ๋ฏธ๊ธฐ
Github Repository Contribution Stats ๐ฅ
When I decorate my github readme, I would like to show my contribution list. So I made it! I would like to introduce my github repository contribution stats project!
GitHub Repository Contribution Stats
Get dynamically generated your github repository contribution stats on your READMEs!
Features
GitHub Repository Contribution Stats Card
Copy and paste this into your markdown content, and thatโs it. Simple!
My project, which is based on github-readme-stats, focuses on showing GitHub repository contribution stats and applies the typescript to the original project. Refer to ISSUE#2027. Thank you @anuraghazra for the awesome open-source project!
Change the ?username=
value to your GitHub username.
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun)
Demo
_Note: Available ranks are S+ (over 10000), S (over 1000), A+ (over 500), A (over 100), B+ (over 50) and B (over 1).
Hiding rank stats
To hide specific ranks, you can pass a query parameter &hide=
with comma-separated rank values. If you need to add plus rank (ex. B+) to hide arrays , it is always safe to replace pluses with %2B
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B,B%2B)
Themes
With inbuilt themes, you can customize the look of the card without doing any manual customization.
Use &theme=THEME_NAME
parameter like so :-
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B&theme=default)
All inbuilt themes:- in github-readme-statsโ themes
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
You can look at a preview for all available themes or checkout the theme config file & you can also contribute new themes if you like :D
Note: The minimum of cache_seconds is currently 4 hours as a temporary fix for PATs exhaustion.
Contributions are welcome!
Made with ๐ฅ and TypeScript.
Thank you!