Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/star0202/solvedac-cards
Generates solved.ac cards
https://github.com/star0202/solvedac-cards
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T09:19:04.000Z (7 months ago)
- Last Synced: 2024-04-09T10:33:36.620Z (7 months ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 13
- 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`)![Example (starcea)](https://solvedac-cards-starcea.paring.moe/profile/starcea)
![Example (koosaga)](https://solvedac-cards-starcea.paring.moe/profile/koosaga?color=light)- `/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`)![Example (starcea)](https://solvedac-cards-starcea.paring.moe/problems/starcea)
![Example (koosaga)](https://solvedac-cards-starcea.paring.moe/problems/koosaga?color=light)- `/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`)![Example (starcea)](https://solvedac-cards-starcea.paring.moe/tags/starcea)
![Example (koosaga)](https://solvedac-cards-starcea.paring.moe/tags/koosaga?color=light)
![Example (starcea, top)](https://solvedac-cards-starcea.paring.moe/tags/starcea?top=true)
![Example (koosaga, text)](https://solvedac-cards-starcea.paring.moe/tags/koosaga?color=light&text=true)## Special Thanks
[@pikokr](https://github.com/pikokr) - Server & Domain