Warning
The service is now deployed under a free version of glitch, so it will down if too many requests in the same time
You can:
- fork this project and deploy under your glitch account and let it working for yourself, it should be enough.
- use hits instead
- consider a donation :-)
Sorry for the inconvenience.
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:
- https://visitor-badge.deta.dev/ (By @Amresh Prasad Sinha)
- https://visitor-badge-reloaded.herokuapp.com
- https://visitor-badge.laobi.icu
- https://page-views.glitch.me
Other implementations:
You can implement in other languages, if you has, please let me know and I will update this list.
- NodeJS: Lete114/visitor-badge
A badge generator service to count visitors of your markdown file.
Examples:
- default style
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge)
- customized left text (default is
visitors
)
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_text=MyPageVisitors)
- 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)
- customzied color
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge&left_color=red&right_color=green)
(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)
(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)
(left_color=red, right_color=green, left_text=Hello%20Visitors)