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

https://github.com/navdeep-g/gitdata

GitData is a library that helps teams understand their GitHub PRs, issues, milestones, etc.
https://github.com/navdeep-g/gitdata

css html javascript typescript

Last synced: 3 months ago
JSON representation

GitData is a library that helps teams understand their GitHub PRs, issues, milestones, etc.

Awesome Lists containing this project

README

          

GitData
=======
![alt text](images/gitdata_image.png)

**GitData** is a library (written in Typescript, HTML, and CSS) that helps software teams understand their GitHub project data (PRs, issues, milestones, etc.), which is quite useful when it comes to planning for releases.

Building & Running GitData
===========================
The following shell script will transpile the TypeScript source code (`gitdata.ts`) to JavaScript(`gitdata.js`) and start up the `GitData` library in your default browser (Chrome, Firefox, etc.):

```
bash run_gitdata.sh
```