1.1.1 • Published 6 years ago

github-personal-stars v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.
1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago