@devprofiles/codechef
v1.0.2
Published
The official CodeChef adapter for Developer Profile Kit. This package fetches and normalizes CodeChef profiles, stars, and competitive programming ratings.
Maintainers
Readme
@devprofiles/codechef
The official CodeChef adapter for Developer Profile Kit. This package fetches and normalizes CodeChef profiles, stars, and competitive programming ratings.
Installation
npm install @devprofiles/codechefUsage
import { CodeChef } from '@devprofiles/codechef';
const codechef = new CodeChef();
async function fetchProfile() {
const profile = await codechef.getProfile('your_username');
console.log(profile);
}
fetchProfile();License
MIT
