github-visitors-badge icon indicating copy to clipboard operation
github-visitors-badge copied to clipboard

Visitors badge running on Azure Functions

Check out the new website to create your own visitor badges

visitorbadge.io

GitHub Visitors Badge

Want to show how many visitors your profile/repository gets? With this simple visitors badge system, you can add it to your own profile page or repository.

Info: This service is currently running on Azure Functions.

Parameters

The image API has the following parameters:

  • user (required): Your username
  • repo: The repository to start the visitor tracking.
  • label: Label to show next to the counter. Default is "VISITORS".
  • labelColor: Specify the color of the label (left).
  • countColor: Specify the color of the counter (right).

How to use

In order to use it in your projects, add the following to your README.md file:

![](https://api.visitorbadge.io/api/VisitorHit?user=estruyf&repo=github-visitors-badge&countColor=%237B1E7A)