[Note] Since the app is deployed in heroku free plan, 500 hours is not enough for everyone's use, fork and deploy under your own account is recommended!
A badge generator for count visitor of your README, it support 2 endpoints now:
- total.svg
count total visitors to your README or Issue
- today.svg
count visitors only in current day(server timezone), and be noted: this will NOT increase the total count
See below badge, try to refresh current page then see again 🎉
Click here to visit index page which will shows you:
- repos with top 10 total visitors
- repos with top 10 visitors within each day
pip install -r requirements.txt
FLASK_APP=main.py flask run
Add a image to your README file:
![Total visitor](https://visitor-count-badge.herokuapp.com/total.svg?repo_id=)
![Visitors in today](https://visitor-count-badge.herokuapp.com/today.svg?repo_id=)
in which:
repo_id
:
An unique string represent your current README, recommend as following pattern
- For README:
{your.github.login}.{your.repo.id}, for example: repo_id=jwenjian.ghiblog