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