1.0.2 • Published 8 years ago

npm-stars v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

npm-stars Build Status

Get starred packages by a npm user

Install

$ npm install --save npm-stars

Usage

const npmStars = require('npm-stars');

npmStars('gillstrom').then(res => {
	console.log(res);
	//=> [{value: 'battery-level' }, ...]
});

API

npmStars(username)

input

Type: string

User to fetch starred packages from.

License

MIT © Andreas Gillström