lzm0x219 / visitor-badge

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

Home Page:https://visitor-badge.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 instead
  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.

About

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

https://visitor-badge.glitch.me/

License:GNU General Public License v3.0


Languages

Language:HTML 73.4%Language:Python 23.9%Language:Dockerfile 1.7%Language:Shell 1.0%