DEV Community

Discussion on: Github Stats

Collapse
 
michaelcurrin profile image
Michael Currin

Thanks for sharing.

I'd recommend against using an .xyz domain as it is commonly used for fraud and spam. And people are rightfully suspicious to click on it.

For interest see this project that makes stats on users and repos

<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>
Enter fullscreen mode Exit fullscreen mode


Martin's GitHub Stats