Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/morebadges
https://github.com/whiteblackgoose/morebadges
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/whiteblackgoose/morebadges
- Owner: WhiteBlackGoose
- License: mit
- Created: 2021-09-29T17:48:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T13:51:43.000Z (about 3 years ago)
- Last Synced: 2024-10-19T18:46:52.756Z (30 days ago)
- Language: C#
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# More badges
Just a few collection of badges which this world lacked.
#### API & Parameters
URL:
```
https://morebadges.tk/?badge=nugetdownloads&user=dotnetfoundation
````badge` is the required. All other parameters depend on the particular badge.
More info coming soon (this should be hosted somewhere).
## Badges
Here's a list of badges available.
### Nuget downloads per user/organization
`badge=nugetdownloads`
Here's an example for user `Mutagene`:
| `query=` | Badge |
|:--------:|:-----:|
| Normal | ![](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dMutagene&query=Normal&label=Nuget+downloads&logo=nuget) |
| Short | ![](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dMutagene&query=Short&label=Nuget+downloads&logo=nuget) |
| NormalSplit | ![](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dMutagene&query=NormalSplit&label=Nuget+downloads&logo=nuget) |
| Packages | ![](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dMutagene&query=Packages&label=Nuget+packages&logo=nuget) |Replace `microsoft` with the username:
```
https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=Short&label=Nuget+downloads&logo=nuget
```Example for Microsoft:
![Badge sample](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=Short&label=Nuget+downloads&color=lightblue)
![Badge sample](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=Short&label=Nuget+downloads&color=purple&style=flat-square)
![Badge sample](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=Short&label=Nuget+downloads&color=purple&style=flat-square&logo=nuget)
You can also use a format without shortening. Example for Angouri:
```
https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dASC-Community&query=Normal&label=Nuget+downloads&color=purple&style=flat-square&logo=nuget
```![Badge sample](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dASC-Community&query=Normal&label=Nuget+downloads&color=purple&style=flat-square&logo=nuget)
With splitting by thousands for Microsoft:
```
https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=NormalSplit&label=Nuget+downloads&color=purple&style=flat-square&logo=nuget
```![Badge sample](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dmicrosoft&query=NormalSplit&label=Nuget+downloads&color=purple&style=flat-square&logo=nuget)
Another format:
```
https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dASC-Community&query=Short&label=NuGet+installs&logo=nuget&color=lightblue&style=social
```
![The number of downloads on nuget](https://img.shields.io/badge/dynamic/json?url=https%3A//morebadges.tk/%3fbadge=nugetdownloads%26user%3dASC-Community&query=Short&label=NuGet+installs&logo=nuget&color=lightblue&style=social)## Hosting
.NET 6 SDK needed to build that thing. Also make sure to let the program listen the required port.