nwmartin / todos-repos

Lists all of the pull requests in a filtered set of repositories in a given organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos Repos

alt text

Setup

You'll want to copy account.json.example to account.json. Fill in username and password with your github username and password. Fill in the org with your organization - this does not currently support listing user repositories. Lastly, includeRepos should be a json array of repository names for which you desire to see pull requests.

This runs on node and express. If you already have node installed, as well as npm, you should be able to run npm install in the root directory and all appropriate dependencies will be picked up.

You should then be able to access the page at localhost:3001.

About

Lists all of the pull requests in a filtered set of repositories in a given organization.


Languages

Language:JavaScript 100.0%