DEV Community

Shriji
Shriji

Posted on

Make the most of your github profile

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.

![visitors](https://visitor-badge.glitch.me/badge?page_id=page.id)
Enter fullscreen mode Exit fullscreen mode

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

This has followers we can query with https://shields.io/ (scroll down a bit and you will find dynamic)
So I would use

Dynamic badge


More stats by @anuraghazra

GitHub logo anuraghazra / github-readme-stats

⚡ Dynamically generated stats for your github readmes

GitHub Readme Stats

GitHub Readme Stats

Get dynamically generated GitHub stats on your readmes!

Tests Passing Issues GitHub pull requests

View Demo · Report Bug · Request Feature

Français · 简体中文 · Español · Deutsch · 日本語 · Português Brasileiro · Italiano · 한국어 Nederlands नेपाली . Türkçe

Love the project? Please consider donating to help it improve!

Give india logo

Are you considering to support the project by donating to me? Please DON'T!!

Instead, Help India fight 2nd deadly wave of COVID,
Thousands of people are dying in India for lack of Oxygen & COVID related necessary infrastructure.

Visit https://indiafightscorona.giveindia.org and make a small donation to help us fight covid and overcome this crisis.
Your small help goes a long way. ❤️

Features

GitHub Stats Card

Copy-paste this into your markdown content, and that's it. Simple!

Change the ?username= value to your GitHub's…


Adding more dynamic features by @dylburger


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

woof

Top comments (1)

Collapse
 
vuelancer profile image
Vuelancer
  • I have created a youtube tutorial for markdown file for begineers!
  • Additionally, I have added a demo for github new profile-level README feature
  • youtube.com/watch?v=x0Boemw9teU