@devprofiles/codeforces
v1.0.2
Published
The official Codeforces adapter for Developer Profile Kit. This package fetches and normalizes Codeforces competitive programming profiles, current ratings, and ranks via the official Codeforces API.
Downloads
427
Maintainers
Readme
@devprofiles/codeforces
The official Codeforces adapter for Developer Profile Kit. This package fetches and normalizes Codeforces competitive programming profiles, current ratings, and ranks via the official Codeforces API.
Installation
npm install @devprofiles/codeforcesUsage
import { Codeforces } from '@devprofiles/codeforces';
const cf = new Codeforces();
async function fetchProfile() {
const profile = await cf.getProfile('tourist');
console.log(profile);
}
fetchProfile();License
MIT
