Skip to content

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

License

Notifications You must be signed in to change notification settings

KiBLS/visitor-badge

This branch is 1 commit ahead of, 8 commits behind jwenjian/visitor-badge:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24f2080 · Aug 24, 2022

History

38 Commits
Jul 19, 2020
Sep 3, 2021
Apr 14, 2022
Apr 10, 2020
Apr 10, 2020
Apr 14, 2022
Mar 27, 2020
Jul 3, 2022
Aug 24, 2022
Apr 10, 2020
Apr 10, 2020
Apr 10, 2020

Repository files navigation

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 :-)

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:

Other implementations:

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


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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.4%
  • Python 23.9%
  • Dockerfile 1.7%
  • Shell 1.0%