/gh-hits

Simple view counter for your GitHub profile and repositories.

Primary LanguageJavaScriptMIT LicenseMIT

Github Hits

Simple view counter for your GitHub profile and repositories.

Example

  • GitHub profiles

  • GitHub Repo

Usage

  • Create GitHub repository.

  • Create a README.md on that repository.

  • Add this code:

    $ GitHub Profiles
    ![](https://gh-hits.fayln.com/:username)
    
    $ GitHub Repo
    ![](https://gh-hits.fayln.com/:username/:repo)

Customize

Color

You can customize color and label color.

color preview
brightgreen
green
yellow
yellowgreen
orange
red
blue
grey
lightgrey
blueviolet
ff69b4

Hex color

# Color

![](https://gh-hits.fayln.com/:username?color=ff71ce)
![](https://gh-hits.fayln.com/:username/:repo?color=ff71ce)

# Label Color

![](https://gh-hits.fayln.com/:username?lcolor=ff71ce)
![](https://gh-hits.fayln.com/:username/:repo?lcolor=ff71ce)

Label

You can create your own label.

![](https://gh-hits.fayln.com/:username?label=HI+THERE)
![](https://gh-hits.fayln.com/:username/:repo?label=HI+THERE)

Styles

style preview
flat
flat-square
plastic
for-the-badge
![](https://gh-hits.fayln.com/:username?style=flat-square)
![](https://gh-hits.fayln.com/:username/:repo?style=flat-square)