visitor-badge.glitch.me Open in urlscan Pro
52.2.103.240  Public Scan

URL: http://visitor-badge.glitch.me/
Submission: On January 19 via manual from GB — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

 * Home
 * Docs
 * GitHub ↗


COUNT VISITORS FOR YOUR README.MD, ISSUES, PRS IN GITHUB

in just one line markdown code




💗 Donate 💗Getting started

--------------------------------------------------------------------------------


DOCS

How to use?

If you know how to add picture in markdown, then you are good to go.

All you have to do is to add below markdown markup to your markdown content:

                
                    ![visitors](https://visitor-badge.glitch.me/badge?page_id=page.id&left_color=green&right_color=red)
                
            

In which,

The url parameter page_id is REQUIRED, please use the unique string to best
represent your page.

I recommend you to follow page_id rules below:

 1. For README.md file, use ${your.username}.${your.repo.id},
    https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge for
    example.
 2. For Issue body, use ${your.username}.${your.repo.id}.issue.${issue.id},
    https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge.issue.1
    for example.

or any other markdown content, please give an unique string to distinguish

The url parameter left_color and right_color is optional, you can customize the
badge color by passing the two parameters.

The values supports color names(like green) and RGB in hex string starts with a
hashtag(like #66ccff)

--------------------------------------------------------------------------------


FAQ

Can I use this in HTML file?

Sure!

All you have to do is to insert a <img> to your HTML:

                    
                        <img src="https://visitor-badge.glitch.me/badge?page_id=page.id" alt="visitor badge"/>
                    
                

For page_id parameter, follow the rules.

Is this free?

Yes and it will always be free and no limitations!

If you found this useful, you can buy me a coffee ☕️ or give a star ✨

--------------------------------------------------------------------------------


WHAT'S NEXT?

What new features will be available in the next release?


DATA BACKUP REGULARLY

Backup the latest data into a safe place weekly and make it recoverable


COUNT BY DAY SUPPORT

The badge is counting visitors in all time, but it will be more useful to count
visitors in current date(24h)


STATISTICS

Line chart of visitors in latest 7 days


NOT YOUR EXPECTATION?

Just tell me...

--------------------------------------------------------------------------------


DONATION

Currently, the service is running on glitch.com with a free version, it will
sleep if no request in a few moment as you know

Your donation will encourage me add more feature and make this service more
stable and keep it free.


DONATION

PayPal

WeChat Pay(coming soon)

Ali Pay(coming soon)



--------------------------------------------------------------------------------

Made by Wenjian Jiang and ❤️