Skip to content

chanos-dev/dotnetdev-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧷 dotnetdev badge:

NET6.0 Tag License commit

  • README.md를 통해 닷넷데브 포럼 프로필을 공유해보세요!

  • 업데이트는 하루로 설정되어 있습니다.

    • cache-control=max-age=86400
  • 사용모습

    dotnetdev profile


⭐ 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

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

-- html 
<a href="https://forum.dotnetdev.kr/u/{id}/summary">
    <img src="https://profile.dotnetdev-badge.kr/api/v1/badge/small?id={id}&theme={theme}"/>
</a>

dotnetdev

✔ 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

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

-- html 
<a href="https://forum.dotnetdev.kr/u/{id}/summary">
    <img src="https://profile.dotnetdev-badge.kr/api/v1/badge/medium?id={id}&theme={theme}"/>
</a>

dotnetdev