This simple app displays a summary of Pull Requests open and closed on Bitcoin Core Repo.
You can check the Live App
- Clone github repo
- Install the dependencies:
npm i
- Run the server:
npm run start
The app is tracking the following labels, as they are the most relevant ones:
- Tests
- P2P
- Mempool
- GUI
- Feature
- Mining
- Wallet
New labels can be easily added to the fetch array and to the frontend, following the same patterns.