npm-stars
v1.0.2
Published
Get starred packages by a npm user
Downloads
4
Maintainers
Readme
npm-stars
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