Skip to content

Austinae/github-profile-views-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-profile-view-tracker

Boost Your GitHub Cred with a Live View Counter.

Profile Views

Be aware

Don't spam my server. Everybody knows that any counters could be faked.

A billion fake profile views doesn't make you a very popular person, it makes you a person with a billion number in the counter.

Setup

Add to your profile's README.md

![Profile Views](https://www.williamguerrand.com/api/counter?username=YourGitHubUsername)

Replace YourGitHubUsername with your actual username.

More info on seting up custom Github profile

Customization

You can customize the appearance of your counter badge by adding various query parameters to the endpoint URL:

  • add &style=classic flat | classic.
  • add &scale=2.5 float.
  • add &iconWidth=15 integer.
  • add &label=street cred text.
  • add &labelColor=A00, string format RGB, default 555.
  • add &gradient=red,blue color name or hex without the hash symbol.
  • add &status=street cred text, default counter value.
  • add &icon=data:image/svg+xml;base64,... svg text base 64 to URL-encoded format.
  • add &iconWidth=15 integer.
Generating a valid icon value
  1. find & download svg icon for badge, for example uxwing.
  2. transform svg to base64, for example by using base64 guru.
  3. encode base64 to URL-encoded format, for example by using urlencoder.
  4. result:

Profile Views

License

This project is licensed under the MIT License.

About

Boost Your GitHub Cred with a Live View Counter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published