Embed voting badges in your markdown files. What do you think about this project ?
Create your badge with our tool or follow the instructions bellow:
-
Find a unique key which will be used to identify your vote. eg:
my-unique-key
-
Copy the following code
[![Custom badge](https://vote-badge.cyclic.app/count/my-unique-key)](https://vote-badge.cyclic.app/vote/my-unique-key)
or use the shields.io endpoint API
[![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fvote-badge.cyclic.app%2Fcount%2Fmy-unique-key)](https://vote-badge.cyclic.app/vote/my-unique-key)
Refreshing the page won't be enought to see the changes. GitHub stores the images in the cache and will refresh it few minutes later. Wait five minutes before hard-refreshing the page.
You can also use the badge to count the number of views on your project, your profile or an issue.
-
Find a unique key which will be used to identify your view counter. eg:
my-other-unique-key
-
Copy the following code
[![Custom badge](https://vote-badge.cyclic.app/view/my-other-unique-key)](https://github.com/LucBerge/vote-badge)
-
It will be incremented everytime the page is loaded
Refreshing the page won't be enought to see the changes. GitHub stores the images in the cache and will refresh it few minutes later. Wait five minutes before hard-refreshing the page.
- Add the parameter
label
to change the text
[![Custom badge](https://vote-badge.cyclic.app/count/my-unique-key?label=Awesome)](https://vote-badge.cyclic.app/vote/my-unique-key)
- Add the parameter
color
to change the color
[![Custom badge](https://vote-badge.cyclic.app/count/my-unique-key?label=Awesome&color=blue)](https://vote-badge.cyclic.app/vote/my-unique-key)
- Add the parameter
logo
to add a logo
[![Custom badge](https://vote-badge.cyclic.app/count/my-unique-key?label=Awesome&color=blue&logo=github)](https://vote-badge.cyclic.app/vote/my-unique-key)
- Our API is 100% compatible with Shields.io. Check their documentation to see all the parameters you can use