Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsoft/hits
:chart_with_upwards_trend: Hit Counter for Your GitHub or Any Kind of Websites You Want.
https://github.com/silentsoft/hits
analytics counter github github-counter github-profile github-profile-counter github-readme hit-counter hits page-counter readme readme-profile statistics view-counter views-count visitor-counter
Last synced: about 11 hours ago
JSON representation
:chart_with_upwards_trend: Hit Counter for Your GitHub or Any Kind of Websites You Want.
- Host: GitHub
- URL: https://github.com/silentsoft/hits
- Owner: silentsoft
- License: mit
- Created: 2021-07-13T12:30:52.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-30T16:52:58.000Z (6 months ago)
- Last Synced: 2024-07-30T21:02:22.319Z (6 months ago)
- Topics: analytics, counter, github, github-counter, github-profile, github-profile-counter, github-readme, hit-counter, hits, page-counter, readme, readme-profile, statistics, view-counter, views-count, visitor-counter
- Language: Java
- Homepage: https://hits.sh
- Size: 2.24 MB
- Stars: 95
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-profile - hits
README
Hits
## Getting Started
`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`:
[![Hits](https://hits.sh/github.com/silentsoft/hits.svg)](https://hits.sh/github.com/silentsoft/hits/)
- Markdown
```markdown
[![Hits](https://hits.sh/github.com/silentsoft/hits.svg)](https://hits.sh/github.com/silentsoft/hits/)
```
- HTML
```html
```
- Image Link
```
https://hits.sh/github.com/silentsoft/hits.svg
```## Features in Query String
### view
- `total` (default)
- `today-total`### style
- `flat` (default)
- `flat-square`
- `for-the-badge`
- `plastic`### label
- For setting the label text instead of the default `hits`.### extraCount
- This is useful if you want to add an extra count to your badge. For example, if you want to add a count of `1000` to your badge, you can set `extraCount=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.### color, labelColor
- Named color by shields.io![](.images/color-brightgreen.svg)
![](.images/color-green.svg)
![](.images/color-yellow.svg)
![](.images/color-yellowgreen.svg)
![](.images/color-orange.svg)
![](.images/color-red.svg)
![](.images/color-blue.svg)
![](.images/color-grey.svg)
![](.images/color-lightgrey.svg)
![](.images/color-gray.svg)
![](.images/color-lightgray.svg)
![](.images/color-critical.svg)
![](.images/color-important.svg)
![](.images/color-success.svg)
![](.images/color-informational.svg)
![](.images/color-inactive.svg)- Any valid [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
- named color
- ![](.images/color-black.svg)
- ![](.images/color-rebeccapurple.svg)
- etc.
- hexadecimal numbers
- ![](.images/color-ff69b4.svg)
- ![](.images/color-9cf.svg)
- etc.
- rgb[a](red, green, blue[, opacity])
- cmyk[a](cyan, magenta, yellow, black[, opacity])
- hsl[a](hue, saturation, lightness[, opacity])### logo
- [simple-icons slug](https://github.com/simple-icons/simple-icons/blob/develop/slugs.md)
- or data:image/svg+xml;base64,..## Statistics
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/](https://hits.sh/github.com/silentsoft/hits/)
![](.images/hits-statistics.png)
## Installation
```
$ git clone https://github.com/silentsoft/hits.git
$ cd hits
$ mvnw spring-boot:run
```![](.images/hits-screenshot.png)
## Packaging
```
$ mvnw clean package -P production
```## Contributing
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](https://github.com/silentsoft/hits/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## License
Please refer to [LICENSE](https://github.com/silentsoft/hits/blob/main/LICENSE.txt) and [NOTICE](https://github.com/silentsoft/hits/blob/main/NOTICE.md).