DEV Community

Cover image for Github profile viewer count
Dhanush N
Dhanush N

Posted on • Updated on

Github profile viewer count

A simple way to add profile viewer count in your git. Copy the below code & paste it in your github README.md file. 👀

![Visitor Count](https://profile-counter.glitch.me/{username}/count.svg)

Replace the username with your github username.
When you preview it you would get something like this

Visitor Count

Then commit it.
From that time onwards whoever visits your profile each time the count will be added.

Tips: You can visit your own profile n number of times to increase the count as well 😁

Checkout my github profile to view the implementation ✌️

My Github Profile

You can also connect with me via Twitter

Top comments (0)