https://github.com/jacoblincool/tioj-stats-card
可以嵌入 GitHub Readme 的 TIOJ 個人資料小卡! A simple tool for every TIOJ Coder. Show your TIOJ stats on your GitHub profile or your website!
https://github.com/jacoblincool/tioj-stats-card
card profile stats tioj tioj-stats
Last synced: 3 months ago
JSON representation
可以嵌入 GitHub Readme 的 TIOJ 個人資料小卡! A simple tool for every TIOJ Coder. Show your TIOJ stats on your GitHub profile or your website!
- Host: GitHub
- URL: https://github.com/jacoblincool/tioj-stats-card
- Owner: JacobLinCool
- License: mit
- Created: 2021-06-13T15:41:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:40:10.000Z (over 2 years ago)
- Last Synced: 2025-07-27T07:02:08.630Z (about 1 year ago)
- Topics: card, profile, stats, tioj, tioj-stats
- Language: JavaScript
- Homepage: https://tioj.card.workers.dev
- Size: 83 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIOJ Stats Card
Inspired By [LeetCode Stats Card](https://github.com/Stats-Card/leetcode-stats-card). :)
A simple tool for every TIOJ Coder.
Show your TIOJ stats on your GitHub profile or your website!
[Try It Now](https://tioj.card.workers.dev/)
[](https://tioj.card.workers.dev/)
## Usage
Just copy the code below, paste it into your readme.md, and change the value of `username`.
```md

```
Congratulation! You are now showing your TIOJ stats on your profile!
Want hyperlink? Try this:
```md
[](https://tioj.ck.tp.edu.tw/users/casperwang)
```
### Endpoint
The endpoint of this awesome tool is:
[https://tioj.card.workers.dev/](https://tioj.card.workers.dev/)
### Parameters
Key |Description |Default Value |Required
--- |--- |--- |---
`username` |Your TIOJ Username: `String` |`null` | YES
`style` |Card [Style](#styles): `String` |`default` | NO
`width` |Card Width: `Number` |`500` | NO
`height` |Card Height: `Number` |`200` | NO
`animation` |Enable Animation: `Boolean` |`true` | NO
`border` |Border Width: `Number` |`1` | NO
`border_radius` |Border Radius: `Number` |`4` | NO
### Styles
Now we only have 2 styles (and 1 beta style). If you have any great idea, please let me know. Also, any PR or Issue with cool features or styles are welcome!
#### Default

#### Dark

#### Auto (Beta)
