An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# github-stats [![Build Status](https://travis-ci.org/vatesfr/github-stats.png?branch=master)](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)