Hits! Hit Count

The easy way to know how many people are viewing your GitHub projects!

How?

Type your GitHub Username ( or org name):
Input the GitHub Project/Repository name:
Choose a style for your badge:

Your Badge Markdown:

  [![HitCount](https://hits.dwyl.com/{username}/{repo}.svg?style={style})](http://hits.dwyl.com/{username}/{repo})

Using the above markdown as a template,
Replace the {username} with your GitHub username
Replace the {repo} with the repo name.

Copy the markdown snippet and Paste it into your README.md file
to start tracking the view count on your GitHub project!

If you want to display the unique count, use the following markdown:

  [![HitCount](https://hits.dwyl.com/{username}/{repo}.svg?style={style}&show=unique)](http://hits.dwyl.com/{username}/{repo})

JSON Endpoint

shields.io provides a way for you to have other badge designs via shields.io/endpoint.

You can fully customise your badge by copying the following JSON URL:

   https://hits.dwyl.com/{username}/{repo}.json

And pasting it into the url field at: shields.io/endpoint to get your custom badge.

For example:

  https://img.shields.io/endpoint?url=https%3A%2F%2Fhits.dwyl.com%2F{username}%2F{repo}.json%3Fcolor%3Dpink
  
Will give you:

Recently Viewed Projects (tracked by Hits)

Updates will appear here when WebSockets are working ...