@devprofiles/spoj
v1.0.2
Published
The official Sphere Online Judge (SPOJ) adapter for Developer Profile Kit. This package fetches and normalizes SPOJ user statistics, ranks, and points.
Maintainers
Readme
@devprofiles/spoj
The official Sphere Online Judge (SPOJ) adapter for Developer Profile Kit. This package fetches and normalizes SPOJ user statistics, ranks, and points.
Installation
npm install @devprofiles/spojUsage
import { Spoj } from '@devprofiles/spoj';
const spoj = new Spoj();
async function fetchProfile() {
const profile = await spoj.getProfile('your_username');
console.log(profile);
}
fetchProfile();License
MIT
