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