Skip to content

Releases: silentsoft/hits

v1.4.1

30 Jul 16:52
0fd92d9
Compare
Choose a tag to compare

Bugfixes

  • Fix clipboard copy issue

v1.4.0

18 Mar 00:56
e2f0cdb
Compare
Choose a tag to compare

Enhancements

v1.3.0

02 Mar 07:22
61b55f9
Compare
Choose a tag to compare

Enhancements

v1.2.0

25 Feb 03:46
8668374
Compare
Choose a tag to compare

Enhancements

  • Add favicon files.

v1.1.0

24 Feb 16:13
b7f3ab5
Compare
Choose a tag to compare

Enhancements

  • Add alt attribute to image tag.

v1.0.0

24 Feb 01:46
48f7902
Compare
Choose a tag to compare

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

  • Markdown
    [![Hits](https://hits.sh/github.com/silentsoft/hits.svg)](https://hits.sh/github.com/silentsoft/hits/)
  • HTML
    <a href="https://hits.sh/github.com/silentsoft/hits/"><img src="https://hits.sh/github.com/silentsoft/hits.svg"/></a>
  • 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

  • Any valid CSS color

    • named color
      • etc.
    • hexadecimal numbers
      • etc.
    • rgb[a](red, green, blue[, opacity])
    • cmyk[a](cyan, magenta, yellow, black[, opacity])
    • hsl[a](hue, saturation, lightness[, opacity])

logo

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/

Installation

$ git clone https://github.com/silentsoft/hits.git
$ cd hits
$ mvnw spring-boot:run

Packaging

$ mvnw clean package -P production