Hits supports the following three of the most common use cases: Markdown, HTML and Image Link.
For example, to get a hits badge for https://github.com/silentsoft/hits:
- Markdown
[](https://hits.sh/github.com/silentsoft/hits/)
- HTML
<a href="https://hits.sh/github.com/silentsoft/hits/"><img alt="Hits" src="https://hits.sh/github.com/silentsoft/hits.svg"/></a>
- Image Link
https://hits.sh/github.com/silentsoft/hits.svg
total(default)today-total
flat(default)flat-squarefor-the-badgeplastic
- For setting the label text instead of the default
hits.
- This is useful if you want to add an extra count to your badge. For example, if you want to add a count of
1000to your badge, you can setextraCount=1000. - When Do I Need This?
- If the hit counter service you used previously has end-of-service, you can start with any number instead of starting from 1.
-
Named color by shields.io
-
Any valid CSS color
- simple-icons slug
- or data:image/svg+xml;base64,..
You can see the statistics of your website by replacing the .svg with / in the URL you used to get the badge.
For example, to get a statistics for https://github.com/silentsoft/hits then visit https://hits.sh/github.com/silentsoft/hits/
$ git clone https://github.com/silentsoft/hits.git
$ cd hits
$ mvnw spring-boot:run
$ mvnw clean package -P production
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.