You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Shields.io badges to readme
* Update demo badges
* Add default cache value
* Add rating to suggested use for CodeChef
* Add title to images
* Add angle brackets to suggested use
[Shields](https://shields.io/) can create dynamically updated badges from a JSON source such as this API. More configuration options are also available in their section on [dynamic badges](https://shields.io/#dynamic-badge).
15
+
16
+
Replace `<USERNAME>` with your username on that platform.
17
+
18
+
#### <ahref="https://codeforces.com/profile/abhijeet_ar"><imgsrc="https://img.shields.io/badge/dynamic/json?&color=1f8acb&logo=codeforces&label=Codeforces&url=https://competitive-coding-api.herokuapp.com/api/codeforces/abhijeet_ar&query=%24.rating&prefix=Rating%20&style=for-the-badge&cacheSeconds=259200"alt="abhijeet_ar's profile on Codeforces"title="abhijeet_ar's profile on Codeforces"></a>
#### <ahref="https://www.codechef.com/users/radix28_numb"><imgsrc="https://img.shields.io/badge/dynamic/json?label=CodeChef&query=%24.country_rank&url=https://competitive-coding-api.herokuapp.com/api/codechef/radix28_numb&prefix=US%20%23&logo=codechef&logoColor=f5f5dc&labelColor=7b5e47&style=for-the-badge&cacheSeconds=259200"alt="radix28_numb's profile on CodeChef"title="radix28_numb's profile on CodeChef"></a>
*`<FIELD>` = `global_rank`, `country_rank` or `rating`
30
+
*`<TEXT>` = `Rank%20`, country abbreviation (e.g., `US%20%23`) or `Rating%20`
31
+
13
32
### Pro Tip 💡
14
33
Use this [JSON Formatter Chrome Extension](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en) to view in a structured format.
0 commit comments