Skip to content

Search for issues, and list PRs grouped by Title and author

Notifications You must be signed in to change notification settings

rephus/Github-PR-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github PR tracker

Search issues on github using Github API and group them by author and title.

Also show a flag (red dot) on recently updated PRs

Update Now with browser notifications, every 5 minutes, it makes a request and triggers a notification if some repos have been updated since the last time you manually refresh the site.

notification.png

Instalation

Install nodejs dependencies by doing

npm install

Run

node app.js

Then access the website on the default port http://localhost:8280/

Setup

Go to Github > Settings > Personal access tokens and create a personal token for the app to work.

Create a new token with some basic permissions (empty by default should work).

Then add the token to the input text in the main page after running the app.

Alternatively, you can hardcode your token id in the value inside the HTML if the web is private (don't share your token with anyone).

screen.png

About

Search for issues, and list PRs grouped by Title and author

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published