1.0.5 • Published 8 months ago

npm-profile-scraper v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 - gece.ramirez@gmail.com

Project Link: https://github.com/zendostrike/npm-profile-scraper

Contributors

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.0

8 months ago