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