https://github.com/zahtec/badges
Cloudflare WebWorker for custom README.md badges.
https://github.com/zahtec/badges
badges cloudflare-worker discord profile-views readme readme-profile
Last synced: 11 months ago
JSON representation
Cloudflare WebWorker for custom README.md badges.
- Host: GitHub
- URL: https://github.com/zahtec/badges
- Owner: zahtec
- Created: 2023-06-04T21:27:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T03:40:55.000Z (over 1 year ago)
- Last Synced: 2025-01-28T13:49:06.423Z (over 1 year ago)
- Topics: badges, cloudflare-worker, discord, profile-views, readme, readme-profile
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Badges
Cloudflare WebWorker for custom profile README.md badges.
## Discord Status Badge


Add whether you are online or offline to your profile `README.md`. This makes use of the [Lanyard API](https://github.com/Phineas/lanyard); you must be in their Discord server!
### With Profile Link
```md
()[https://discord.com/users/:id]
```
### Without Profile Link
```md

```
`id` — Discord user ID
## Profile Views Badge


Count the amount of users who visit your profile `README.md`.
```md

```
`username` — GitHub username
## Global Options
These query parameter are availible for all badges.
```
https://badges.toryn.bio/views/:username?color=7610b5
```
| Parameter | Description | Value(s) | Example(s) |
| --------- | ---------------------------- | --------------------- | ---------- |
| `color` | Changes the color of a badge | Any hexadecimal color | `7610b5` |