All Projects → kevva → Npm User Packages

kevva / Npm User Packages

Licence: mit
Get packages by a npm user

Programming Languages

javascript
184084 projects - #8 most used programming language

npm-user-packages Build Status

Get packages by a npm user

Install

$ npm install npm-user-packages

Usage

const npmUserPackages = require('npm-user-packages');

npmUserPackages('kevva').then(data => {
	console.log(data);
	//=> [{name: 'advpng-bin', description: '...', ...}, ...]
});

API

npmUserPackages(username)

username

Type: string

User to fetch packages from.

Related

License

MIT © Kevin Mårtensson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].