@devprofiles/leetcode
v1.0.2
Published
The official LeetCode adapter for Developer Profile Kit. This package fetches and normalizes LeetCode profiles, contest ratings, and problem-solving statistics via GraphQL.
Maintainers
Readme
@devprofiles/leetcode
The official LeetCode adapter for Developer Profile Kit. This package fetches and normalizes LeetCode profiles, contest ratings, and problem-solving statistics via GraphQL.
Installation
npm install @devprofiles/leetcodeUsage
import { LeetCode } from '@devprofiles/leetcode';
const leetcode = new LeetCode();
async function fetchProfile() {
const profile = await leetcode.getProfile('your_username');
console.log(profile);
}
fetchProfile();License
MIT
