Skip to content

jwenjian/visitor-badge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

visitor-badge

Warning

The service is now deployed under a free version of glitch, so it will down if too many requests in the same time

Update at 2023-04-28: CountAPI service is DOWN, looking for another alternative for now, but it takes time, you should consider using hits as alternative (more stable), see issue #32

You can:

  1. fork this project and deploy under your glitch account and let it working for yourself, it should be enough.
  2. use hits / visitor-badge@plantree as alternative solution
  3. consider a donation :-)

A badge generator service to count visitors of your markdown file.

The story of visitor badge

Examples:

  • default style
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge)

visitor badge

  • customized left text (default is visitors)
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_text=MyPageVisitors)

visitor badge

  • customized left text with a space between words
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_text=My%20Page%20Visitors)

visitor badge

  • customzied color
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_color=red&right_color=green) 

visitor badge (left_color=red, right_color=green)

  • customized color and left text
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_color=red&right_color=green&left_text=HelloVisitors)

visitor badge (left_color=red, right_color=green, left_text=HelloVisitors)

  • customized color and a space between words in left text
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_color=red&right_color=green&left_text=Hello%20Visitors)

visitor badge (left_color=red, right_color=green, left_text=Hello%20Visitors)

Visitor count badge for your Github Repo - A github badge to count visitor to your repository | Product Hunt Embed


If you deployed forked project to your stable server and want to provide a free, stable service, which is very kind, please raise an issue to tell me so I can list your service url here:

Before you do that, DO update the md5_key in .env file to guess_what so that former users will not lose their count, otherwise the count will start from 1.

Other public services:

Other implementations:

You can implement in other languages, if you has, please let me know and I will update this list.