https://github.com/akgondber/get-repo-stargazers-count
Extract stargazers count for specified repository
https://github.com/akgondber/get-repo-stargazers-count
npm package stargazers-count
Last synced: 4 months ago
JSON representation
Extract stargazers count for specified repository
- Host: GitHub
- URL: https://github.com/akgondber/get-repo-stargazers-count
- Owner: akgondber
- License: mit
- Created: 2017-04-23T00:10:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T14:48:25.000Z (about 8 years ago)
- Last Synced: 2025-02-12T03:38:47.875Z (4 months ago)
- Topics: npm, package, stargazers-count
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## get-repo-stargazers-count
Extract stargazers count for specified repository written in javascript.
---
### Install
```
$ npm install --save-dev get-repo-stargazers-count
```### Usage
```js
const repoStarsCount = require('get-repo-stargazers-count');repoStarsCount.forGithub('gulp')
.then(result => {
// do something with result
})
.catch(err => {
// handle error
})
```### License
MIT