Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javierluraschi/gitbugs
JavaScript library to download GitHub issues
https://github.com/javierluraschi/gitbugs
Last synced: 19 days ago
JSON representation
JavaScript library to download GitHub issues
- Host: GitHub
- URL: https://github.com/javierluraschi/gitbugs
- Owner: javierluraschi
- License: mit
- Created: 2013-07-01T05:38:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T20:18:13.000Z (almost 5 years ago)
- Last Synced: 2024-12-19T04:51:39.859Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://s3.amazonaws.com/gitbugs/index.html
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitBugs
=======**GitBugs** is a library to help teams understand their GitHub bugs: [https://s3.amazonaws.com/gitbugs/index.html](https://s3.amazonaws.com/gitbugs/index.html)
Use GitBugs.download(user, repo, status) to download bugs for a given repositiory. "status" can take the values "open" or "close". Try the following example to get started:
```
```
License
=======MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)