npm-user-profile
v1.0.2
Published
Get your npm user profile easily.
Downloads
1
Readme
NPM-user-PROFILE
Allows you to quickly and easily get your npm profile
Install
const NpmProfile = require('npm-user-profile')
Usage
(async () => {
const NpmProfile = require('npm-user-profile')
const profile = await NpmProfile.profile()
console.log(profile)
})
Contributing
License
MIT © Jordan Dziat