Now that everyone is using the special repository on github that makes your account stand out, let's make the most out of it.
Profile hit counter by jwenjian
page_id is your github username and since it is a special repo having your username page.id is also your username.

Custom badges by shields.io
You can show off your talents and skills, the even support JSON parsing so you can display some amazing dynamic parameters and stats.
For example I want to show number of followers on my github
https://api.github.com/users/peopledrivemecrazy this url returns
{ "login": "peopledrivemecrazy", "id": 3922469, ..., "followers": 11, //this is what I need "following": 2, "created_at": "2013-03-20T15:55:56Z", "updated_at": "2020-07-13T09:20:50Z" }
This has followers we can query with https://shields.io/ (scroll down a bit and you will find dynamic)
So I would use
More stats by @anuraghazra
anuraghazra / github-readme-stats
⚡ Dynamically generated stats for your github readmes
GitHub Readme Stats
Get dynamically generated GitHub stats on your READMEs!
View Demo
·
Report Bug
·
Request Feature
·
FAQ
·
Ask Question
Français
·
简体中文
·
Español
·
Deutsch
·
日本語
·
Português Brasileiro
·
Italiano
·
한국어
·
Nederlands
·
नेपाली
·
Türkçe
Please note that documentation translations may be outdated; try to use English documentation if possible.
Love the project? Please consider donating to help it improve!
Are you considering supporting the project by donating to me? Please DO NOT!!!
India has recently suffered one of the most devastating train accidents, and your help will be immensely valuable for the people who were affected by this tragedy.
Please visit this link and make a small donation to help the people in need. A small donation goes a long way. ❤️
Features
Adding more dynamic features by @dylburger

Show your most recent DEV post on your Github profile with Pipedream
Dylan J. Sather ・ Jul 12 '20
Lastly, if you are actively posting on dev and want a quick template to your profile please check my post
You could combine all the above and make a beautiful profile on github.
Thanks for reading, here is the doggo tax
Top comments (1)