https://github.com/jefeish/issue-patrol
observe and inspect issues
https://github.com/jefeish/issue-patrol
Last synced: 6 months ago
JSON representation
observe and inspect issues
- Host: GitHub
- URL: https://github.com/jefeish/issue-patrol
- Owner: jefeish
- License: mit
- Created: 2022-03-05T00:23:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T13:34:52.000Z (about 2 years ago)
- Last Synced: 2024-04-30T22:46:32.347Z (about 1 year ago)
- Language: JavaScript
- Size: 966 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Issue-Patrol
Observe and inspect Repository issues.
This App visualizes Issues, their age and activity, based on last update.
The goal is to get a quick overview on the status of Repo Issues.

Explanation:
- Each `Bar` indicates the overall length that the Issue has been open
- The darker color on the `Bar` shows the last update on the Issue, letting you know about the contributions or activity
- So if you see an Issue that only shows a light color, this means after creating the Issue, nobody provdided any update = no Activity.---
## Run the App
1. Create an `.env` file
1. Copy the `.env.sample` file to `.env`, provide a GitHub PAT for the `TOKEN`Sample `.env` content
```bash
API_URL=api.github.com
ORG="jefeish"
PORT=8008
TOKEN="ghp_..."
```2. Start the App
```bash
npm start
```