{"id":24617795,"url":"https://github.com/jacoblincool/tioj-stats-card","last_synced_at":"2026-05-18T02:35:46.139Z","repository":{"id":45591393,"uuid":"376580242","full_name":"JacobLinCool/TIOJ-Stats-Card","owner":"JacobLinCool","description":"可以嵌入 GitHub Readme 的 TIOJ 個人資料小卡！ A simple tool for every TIOJ Coder. Show your TIOJ stats on your GitHub profile or your website!","archived":false,"fork":false,"pushed_at":"2023-12-15T08:40:10.000Z","size":85,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T07:02:08.630Z","etag":null,"topics":["card","profile","stats","tioj","tioj-stats"],"latest_commit_sha":null,"homepage":"https://tioj.card.workers.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobLinCool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-13T15:41:49.000Z","updated_at":"2025-07-16T09:46:05.000Z","dependencies_parsed_at":"2025-01-24T23:41:08.563Z","dependency_job_id":"45f037e8-313c-4f84-b8c0-1651fdaf03bc","html_url":"https://github.com/JacobLinCool/TIOJ-Stats-Card","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobLinCool/TIOJ-Stats-Card","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FTIOJ-Stats-Card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FTIOJ-Stats-Card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FTIOJ-Stats-Card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FTIOJ-Stats-Card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobLinCool","download_url":"https://codeload.github.com/JacobLinCool/TIOJ-Stats-Card/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FTIOJ-Stats-Card/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["card","profile","stats","tioj","tioj-stats"],"created_at":"2025-01-24T23:41:00.597Z","updated_at":"2026-05-18T02:35:46.120Z","avatar_url":"https://github.com/JacobLinCool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIOJ Stats Card\nInspired By [LeetCode Stats Card](https://github.com/Stats-Card/leetcode-stats-card). :)\n\nA simple tool for every TIOJ Coder.\n\nShow your TIOJ stats on your GitHub profile or your website!\n\n[Try It Now](https://tioj.card.workers.dev/)\n\n[![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang\u0026r=5550944)](https://tioj.card.workers.dev/)\n\n## Usage\nJust copy the code below, paste it into your readme.md, and change the value of `username`.\n\n```md\n![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang)\n```\n\nCongratulation! You are now showing your TIOJ stats on your profile!\n\nWant hyperlink? Try this:\n\n```md\n[![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang)](https://tioj.ck.tp.edu.tw/users/casperwang)\n```\n\n### Endpoint\nThe endpoint of this awesome tool is: \n\n[https://tioj.card.workers.dev/](https://tioj.card.workers.dev/)\n\n### Parameters\n\nKey              |Description                              |Default Value    |Required\n---              |---                                      |---              |---\n`username`       |Your TIOJ Username: `String`         |`null`           | YES\n`style`          |Card [Style](#styles): `String`          |`default`        | NO\n`width`          |Card Width: `Number`                     |`500`            | NO\n`height`         |Card Height: `Number`                    |`200`            | NO\n`animation`      |Enable Animation: `Boolean`              |`true`           | NO\n`border`         |Border Width: `Number`                   |`1`              | NO\n`border_radius`  |Border Radius: `Number`                  |`4`              | NO\n\n### Styles\nNow 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!\n\n#### Default\n![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang\u0026style=default\u0026r=5550944)\n\n#### Dark\n![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang\u0026style=dark\u0026r=5550944)\n\n#### Auto (Beta)\n![TIOJ Stats](https://tioj.card.workers.dev/?username=casperwang\u0026style=auto\u0026r=5550944)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Ftioj-stats-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblincool%2Ftioj-stats-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Ftioj-stats-card/lists"}