@devprofiles/github
v1.0.2
Published
The official GitHub adapter for Developer Profile Kit. This package fetches and normalizes GitHub user profiles, repositories, and contribution statistics.
Maintainers
Readme
@devprofiles/github
The official GitHub adapter for Developer Profile Kit. This package fetches and normalizes GitHub user profiles, repositories, and contribution statistics.
Installation
npm install @devprofiles/githubUsage
import { GitHub } from '@devprofiles/github';
const github = new GitHub();
async function fetchProfile() {
const profile = await github.getProfile('torvalds');
console.log(profile);
}
fetchProfile();License
MIT
