badge-generator icon indicating copy to clipboard operation
badge-generator copied to clipboard

Add GH stats generator page

Open MichaelCurrin opened this issue 5 years ago • 4 comments

e.g.

GitHub Readme Stats

[![GitHub Readme Stats](https://github-readme-stats.vercel.app/api?username=MichaelCurrin&show_icons=true)](https://github.com/anuraghazra/github-readme-stats)

MichaelCurrin avatar Sep 02 '20 09:09 MichaelCurrin

Sample output code


<a href="https://github.com/MartinHeinz/MartinHeinz">
  <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=MartinHeinz&hide=java,html&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>
<a href="https://github.com/MartinHeinz/MartinHeinz">
  <img align="center" src="https://github-readme-stats.vercel.app/api?username=MartinHeinz&show_icons=true&line_height=27&count_private=true&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" alt="Martin's GitHub Stats" />
</a>

<a href="https://github.com/MartinHeinz/python-project-blueprint">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=MartinHeinz&repo=python-project-blueprint&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>


<a href="https://github.com/MartinHeinz/go-project-blueprint">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=MartinHeinz&repo=go-project-blueprint&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>    

Sample output

Martin's GitHub Stats

MichaelCurrin avatar Oct 21 '20 11:10 MichaelCurrin

My own.

The list just gets shorter from 4 to 3 if you exclude, it doesn't show the next one it seems.

hide=html,make
Michael's GitHub Stats

MichaelCurrin avatar Oct 21 '20 12:10 MichaelCurrin

Make sure to add alt text too for a11y

MichaelCurrin avatar Oct 26 '20 15:10 MichaelCurrin

Only input needed username. And for project-specific badges the repo name.

MichaelCurrin avatar May 12 '22 10:05 MichaelCurrin