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

https://github.com/hemanth/git-emails

Get contributor's emails within a git repo!
https://github.com/hemanth/git-emails

email git

Last synced: about 1 year ago
JSON representation

Get contributor's emails within a git repo!

Awesome Lists containing this project

README

          

# git-emails [![Build Status](https://travis-ci.org/hemanth/git-emails.svg?branch=master)](https://travis-ci.org/hemanth/git-emails)

> Get contributor's emails within a git repo!

## Install

```
$ npm install --save git-emails
```

## Usage

```js
var gitEmails = require('git-emails');

gitEmails(function(err,data){
if(!err) console.log(data);
})
/* data would an array of emails */
```

## License

MIT © [Hemanth.HM](http://h3manth.com)