API to access your competitive programming profiles and rankings across platforms like LeetCode and Codeforces.
Make a GET request to https://about-coderme.vercel.app/{website}/{username}/ to retrieve data for a particular website.
See API Endpoints Doc 📃 for more details on API endpoints.
You can claim a consistent username across platforms:
- Fork this repo 🍴
- Add your details to database:
-
Method 1 (better v2): Add to
users/{YOUR_GITHUB_USERNAME}.json:{ "username": "YOUR_CHOSEN_USERNAME*1", "github": "YOUR_GH_USERNAME*1", "leetcode": "LEETCODE_UN", "codeforces": "CODEFORCES_UN", "codechef": "CODECHEF_UN", "codingninjas": "CODING_NINJAS_STUDIO_UN" }*1 required fields
-
Method 2 (to be depreciated v1): Add to
users.json{ "YOUR_CHOSEN_USERNAME": { "github": "YOUR_GH_USERNAME", "leetcode": "YOUR_LEETCODE_USERNAME", "codeforces": "YOUR_CF_USERNAME" } }
-
Constraints: 🚧
YOUR_CHOSEN_USERNAME: Username you want to claimYOUR_GH_USERNAME: Must match your GitHub username- Others are optional, which are
codechef,codeforces,codingninjas,leetcode,linkedinandwebsite. For website provide full including http protocol url ex.https://jayampatel.vercel.app