github-personal-stars
v1.1.1
Published
Count your personal repos' total stars.
Downloads
7
Readme
github-personal-stars
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.