DEV Community

Ryan Lanciaux
Ryan Lanciaux

Posted on

Add a visitor count on your GitHub profile with one line of Markdown

In a previous article, I wrote about how you could add a visitor counter to your GitHub profile with a little node/express app. The article suggested that if you wanted to add a counter to your GitHub profile, you could copy and run the code on your own server. I've recently updated this operation to be a lot easier.

You can now add a counter to your GitHub profile with the following line of Markdown

![Visitor Count](https://profile-counter.glitch.me/{YOUR USER}/count.svg)
Enter fullscreen mode Exit fullscreen mode

I'd love to know what you think!

Latest comments (33)

Collapse
 
michaelboateng profile image
Michael Boateng

I don't like the styles mabey you can make some changes to it

Collapse
 
mmabiaa profile image
Boateng Prince Agyenim

I added to my profile github.com/mmabiaa/

Collapse
 
mmabiaa profile image
Boateng Prince Agyenim

I added to my profile github.com/mmabiaa

Collapse
 
mmabiaa profile image
Boateng Prince Agyenim

This is really helpful, Thank you.

Collapse
 
minhaz_rabbi_5d1a22a61516 profile image
minhaz rabbi

How can I color it? the block is all black and the text is green.

Image description

Collapse
 
princemuel profile image
Prince Muel

how do you insert the {your user} variable?

Collapse
 
gayanvoice profile image
Gayan Kuruppu

I created this GitHub Action that uses GitHub API. It updates daily and does not require any servers or databases. It automatically saves changes into the repository. Go to the template GitHub Insights Template

Collapse
 
nirbhayvashisht profile image
Nirbhay Vashisht

It is awesome. Thanks

Collapse
 
ljnce profile image
Luca

Thank you Ryan, easily way with awesome result!

Collapse
 
ryanlanciaux profile image
Ryan Lanciaux

Thanks for the kind words! Glad it works out for you :)

Collapse
 
rahuldkjain profile image
Rahul Jain

Considered