1.0.2 • Published 10 years ago
npm-stars v1.0.2
npm-stars 
Get starred packages by a npm user
Install
$ npm install --save npm-starsUsage
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