An open API service indexing awesome lists of open source software.

https://github.com/chanos-dev/dotnetdev-badge

.NET Dev Badge
https://github.com/chanos-dev/dotnetdev-badge

badge dotnet forum readme-badge svg

Last synced: about 1 year ago
JSON representation

.NET Dev Badge

Awesome Lists containing this project

README

          

## 🧷 dotnetdev badge:
![NET6.0](https://img.shields.io/badge/.NET-6.0-blueviolet) ![Tag](https://img.shields.io/github/v/tag/chanos-dev/dotnetdev-badge) ![License](https://img.shields.io/github/license/chanos-dev/dotnetdev-badge) ![commit](https://img.shields.io/github/last-commit/chanos-dev/dotnetdev-badge)
- `README.md`λ₯Ό 톡해 [λ‹·λ„·λ°λΈŒ 포럼](https://forum.dotnetdev.kr) ν”„λ‘œν•„μ„ κ³΅μœ ν•΄λ³΄μ„Έμš”!
- μ—…λ°μ΄νŠΈλŠ” ν•˜λ£¨λ‘œ μ„€μ •λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.
- `cache-control=max-age=86400`

- μ‚¬μš©λͺ¨μŠ΅

![dotnetdev profile](./assets/using.png)

---

### ⭐ badge μ‚¬μš©:

#### βœ” small badge:

##### API - v1
```
https://profile.dotnetdev-badge.kr/api/v1/badge/small?id={id}&theme={Light,Dark,Dotnet}
```
> parameter - query string

| parameter | default | description |
| :------ | :-------: | :------------------------------------------------------------------------- |
| `id` | - | λ‹·λ„·λ°λΈŒ 포럼 `μ‚¬μš©μž 이름` |
| `theme` | `Light` | 뱃지 ν…Œλ§ˆ (`Light`, `Dark`, `Dotnet`) |

![dotnetdev profile](./assets/small-badge.png)

μƒ˜ν”Œ

```
-- md
[![dotnetdev](https://profile.dotnetdev-badge.kr/api/v1/badge/small?id={id}&theme={theme})](https://forum.dotnetdev.kr/u/{id}/summary)

-- html



```
[![dotnetdev](https://profile.dotnetdev-badge.kr/api/v1/badge/small?id=chanos-dev&theme=Dark)](https://forum.dotnetdev.kr/u/chanos-dev/summary)

#### βœ” medium badge:
##### API - v1
```
https://profile.dotnetdev-badge.kr/api/v1/badge/medium?id={id}&theme={Light,Dark,Dotnet}
```
> parameter - query string

| parameter | default | description |
| :------ | :-------: | :------------------------------------------------------------------------- |
| `id` | - | λ‹·λ„·λ°λΈŒ 포럼 `μ‚¬μš©μž 이름` |
| `theme` | `Light` | 뱃지 ν…Œλ§ˆ (`Light`, `Dark`, `Dotnet`) |

![dotnetdev profile](./assets/medium-badge.png)

μƒ˜ν”Œ

```
-- md
[![dotnetdev](https://profile.dotnetdev-badge.kr/api/v1/badge/medium?id={id}&theme={theme})](https://forum.dotnetdev.kr/u/{id}/summary)

-- html



```

[![dotnetdev](https://profile.dotnetdev-badge.kr/api/v1/badge/medium?id=chanos-dev&theme=Dark)](https://forum.dotnetdev.kr/u/chanos-dev/summary)