create clone count badge

pull/39/head
Ciro Spaciari 2022-11-26 11:26:43 +00:00
rodzic 917aaff796
commit 1d812a08ea
1 zmienionych plików z 13 dodań i 0 usunięć

13
CLONE.md 100644
Wyświetl plik

@ -0,0 +1,13 @@
**Markdown**
```markdown
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/cirospaciari/2243d59951f4abe4fd2000f1e20bc561/raw/clone.json&logo=github)](https://github.com/cirospaciari/socketify.py)
```
**HTML**
```html
<a href='https://github.com/cirospaciari/socketify.py'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/cirospaciari/2243d59951f4abe4fd2000f1e20bc561/raw/clone.json&logo=github'></a>
```