Boost Your GitHub Cred with a Live View Counter.
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.
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
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
- find & download svg icon for badge, for example uxwing.
- transform svg to base64, for example by using base64 guru.
- encode base64 to URL-encoded format, for example by using urlencoder.
- result:
This project is licensed under the MIT License.