This project takes TheJefe's gi script, and wraps it in Sinatra so it can be hosted and easily accessible from the web. It accesses the Github API to generate lists of pull requests based on the labels currently applied. Right now it is hardcoded to a specific user's repositories and labels.
- Clone the repo
git clone git@github.com:anthlam/gi-web.git
- Change to project directory
cd gi
- Install needed gems
bundle install
The following environment variables are required to access the Github API.
export GITHUB_USERNAME=<your Github username>
export GITHUB_TOKEN=<your Github API token>
ruby gi-web.rb
Visit one of the following two URLs locally