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