https://github.com/star0202/solvedac-cards
Generates solved.ac cards
https://github.com/star0202/solvedac-cards
Last synced: about 1 month ago
JSON representation
Generates solved.ac cards
- Host: GitHub
- URL: https://github.com/star0202/solvedac-cards
- Owner: star0202
- License: mit
- Created: 2023-09-11T10:22:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T06:48:20.000Z (about 1 month ago)
- Last Synced: 2025-04-11T23:52:15.984Z (about 1 month ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-baekjoon - star0202/solvedac-cards - 유저의 프로필, 푼 문제들의 티어 및 태그를 기반으로 한 예쁜 카드들을 만들어줍니다. (서비스)
README
# solvedac-cards
Generates solved.ac cards
## Usage
Base URL: `https://solvedac-cards-starcea.paring.moe/`
- `/profile/:handle`
Show solved.ac profile
- `?size={int}`
- Set card's height (default: 100px, valid range: 100px ~ 500px)
- `?color={dark|light}`
- Set card's color scheme (default: `dark`, valid value: `light`, `dark`)
- `/problems/:handle`
Show tier distribution of solved problems
- `?size={int}`
- Set card's height (default: 200px, valid range: 200px ~ 1000px)
- `?color={dark|light}`
- Set card's color scheme (default: `dark`, valid value: `light`, `dark`)
- `/tags/:handle`
Show tag tier graph
- `?size={int}`
- Set card's height (default: 200px, valid range: 200px ~ 1000px)
- `?color={dark|light}`
- Set card's color scheme (default: `dark`, valid value: `light`, `dark`)
- `?top={boolean}`
- Show top 8 tags instead of default tags (default: `false`, valid value: `true`, `false`)
- `?text={boolean}`
- Show tag name on the graph (default: `false`, valid value: `true`, `false`)


## Special Thanks
[@pikokr](https://github.com/pikokr) - Server & Domain