https://github.com/vatesfr/github-stats
Extract all data from a GitHub repo. Push it to an ElasticSearch DB.
https://github.com/vatesfr/github-stats
Last synced: 10 months ago
JSON representation
Extract all data from a GitHub repo. Push it to an ElasticSearch DB.
- Host: GitHub
- URL: https://github.com/vatesfr/github-stats
- Owner: vatesfr
- Created: 2016-10-12T09:25:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T08:22:04.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:01:15.585Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-stats [](https://travis-ci.org/vatesfr/github-stats)
> ${pkg.description}
## Install
Installation of the [npm package](https://npmjs.org/package/github-stats):
```
> npm install --save github-stats
```
## Usage
**TODO**
## Development
### Installing dependencies
```
> npm install
```
### Compilation
The sources files are watched and automatically recompiled on changes.
```
> npm run dev
```
### Tests
```
> npm run test-dev
```
## Contributions
Contributions are *very* welcomed, either on the documentation or on
the code.
You may:
- report any [issue](https://github.com/vatesfr/github-stats/issues)
you've encountered;
- fork and create a pull request.
## License
ISC © [Vates SAS](https://vates.fr)