npm-stars

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i npm-stars

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • gillstrom