@devprofiles/geeksforgeeks
v1.0.2
Published
The official GeeksForGeeks adapter for Developer Profile Kit. This package fetches and normalizes GeeksForGeeks profiles, including coding scores and problems solved.
Maintainers
Readme
@devprofiles/geeksforgeeks
The official GeeksForGeeks adapter for Developer Profile Kit. This package fetches and normalizes GeeksForGeeks profiles, including coding scores and problems solved.
Installation
npm install @devprofiles/geeksforgeeksUsage
import { GeeksForGeeks } from '@devprofiles/geeksforgeeks';
const gfg = new GeeksForGeeks();
async function fetchProfile() {
const profile = await gfg.getProfile('your_username');
console.log(profile);
}
fetchProfile();License
MIT
