@devprofiles/linkedin
v1.0.2
Published
The official LinkedIn adapter for Developer Profile Kit. This package serves as a stub for LinkedIn profile fetches (as LinkedIn actively blocks unauthenticated web scraping).
Downloads
402
Maintainers
Readme
@devprofiles/linkedin
The official LinkedIn adapter for Developer Profile Kit. This package serves as a stub for LinkedIn profile fetches (as LinkedIn actively blocks unauthenticated web scraping).
Installation
npm install @devprofiles/linkedinUsage
import { LinkedIn } from '@devprofiles/linkedin';
const linkedin = new LinkedIn();
async function fetchProfile() {
const profile = await linkedin.getProfile('your_username');
console.log(profile);
}
fetchProfile();License
MIT
