npm-profile-scraper
v1.0.5
Published
Get any NPM Profile information
Downloads
28
Maintainers
Readme
Quick Start
The easiest way to use the library.
import { fetchNPMProfile } from 'npm-profile-scraper'
const result = await fetchNPMProfile({ username: 'zendostrike' })
result.profile // Type: NPMProfile
/**
NPMProfile
username: string
fullName: string
githubUsername: string
githubLink: string
totalPackages: string
**/
result.packages // Type: NPMPackage[]
/**
NPMPackage
name: string
description: string
creator: string
info: string
link: string
**/
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Giancarlo Ramirez - @zendostrike - [email protected]
Project Link: https://github.com/zendostrike/npm-profile-scraper