Skip to content

anthlam/gi-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gi-web

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.

Installation

  1. Clone the repo
git clone git@github.com:anthlam/gi-web.git
  1. Change to project directory
cd gi
  1. Install needed gems
bundle install

Configuration

The following environment variables are required to access the Github API.

export GITHUB_USERNAME=<your Github username>
export GITHUB_TOKEN=<your Github API token>

To Run Locally

ruby gi-web.rb

Usage

Visit one of the following two URLs locally

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •