Home

Awesome

git-contributor

NPM version build status Test coverage node version npm download

Welcome to join in and feel free to contribute.

<!-- GITCONTRIBUTOR_START -->

Contributors

<img src="https://avatars.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub><br/><img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub><br/><img src="https://avatars.githubusercontent.com/u/1209810?v=4" width="100px;"/><br/><sub><b>paradite</b></sub><br/><img src="https://avatars.githubusercontent.com/u/52845048?v=4" width="100px;"/><br/><sub><b>snapre</b></sub><br/>

This project follows the git-contributor spec, auto updated at Fri May 19 2023 00:20:47 GMT+0800.

<!-- GITCONTRIBUTOR_END -->

Who are using

For more

Spec

If there is no repository field, fall back to the rule:

Installment

$ npm i git-contributor --save-dev
"devDependencies": {
  ...
  "git-contributor": "*",
  ...
},
"scripts": {
  ...
  "contributor": "git-contributor",
  ...
}
$ npm run contributor
# github API service limit
$ OAUTH_TOKEN=****** npm run contributor

Searching Sample

encodeURIComponent('xudafeng@126.com') will be convert to xudafeng%40126.com, please replace to test it.

https://api.github.com/search/users?q=xudafeng%40126.com%20in%3Aemail%20type%3Auser

License

The MIT License (MIT)