https://github.com/zyszys/github-personal-stars
:star: Count your personal repos' total stars.
https://github.com/zyszys/github-personal-stars
github personal repository star stars
Last synced: about 1 month ago
JSON representation
:star: Count your personal repos' total stars.
- Host: GitHub
- URL: https://github.com/zyszys/github-personal-stars
- Owner: ZYSzys
- License: mit
- Created: 2018-08-12T17:56:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:55:57.000Z (8 months ago)
- Last Synced: 2024-10-27T19:53:15.134Z (8 months ago)
- Topics: github, personal, repository, star, stars
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-personal-stars
[](https://npmjs.org/package/github-personal-stars)
[](https://travis-ci.org/ZYSzys/github-personal-stars)
[](https://codecov.io/gh/ZYSzys/github-personal-stars)
[](https://npmjs.org/package/github-personal-stars)
[](https://standardjs.com)
[](https://github.com/ZYSzys/github-personal-stars/blob/master/LICENSE)> Count your personal repos' total stars.

## Installation
### Global
```sh
# Using npm
npm install -g github-personal-stars# Using yarn
yarn global add github-personal-stars
```### Local
```sh
# Using npm
npm install --save github-personal-stars# Using yarn
yarn add github-personal-stars
```## Usage
```js
const countPersonalStars = require('.')// use your username, 'ZYSzys' is mine
countPersonalStars('ZYSzys', (err, total) => {
console.log(err || total)
});
// =>
// Just a number.
```## License
MIT.