github-personal-stars

1.1.1 • Public • Published

github-personal-stars

NPM version Travis CI license

Count your personal repos' total stars.

Installation

# Using npm 
npm install --save github-personal-stars
 
# Using yarn 
yarn add github-personal-stars

Example

const countPersonalStars = require('.')
 
// use your username, 'ZYSzys' is mine
countPersonalStars('ZYSzys', (err, total) => {
  console.log(err || total)
});
// =>
// Just a number.

Readme

Keywords

Package Sidebar

Install

npm i github-personal-stars

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

4.15 kB

Total Files

7

Last publish

Collaborators

  • zyszys