https://github.com/stackbuilders/pull_panel
Manage pull requests in multiple apps and organizations
https://github.com/stackbuilders/pull_panel
Last synced: 10 months ago
JSON representation
Manage pull requests in multiple apps and organizations
- Host: GitHub
- URL: https://github.com/stackbuilders/pull_panel
- Owner: stackbuilders
- Created: 2012-02-13T22:11:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-26T21:24:13.000Z (over 13 years ago)
- Last Synced: 2025-01-23T04:32:37.871Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://pullpanel.herokuapp.com
- Size: 285 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pullpanel
View github pull requests for multiple repositories in several repos
on one screen.
## Usage
You must first register this as a github application in order to use Oauth, and set environment variables
for GITHUB_CLIENT_ID and GITHUB_SECRET. For development mode you have to set your app "Callback URL" on GitHub
to `http://lvh.me:8080`. This domain points to `127.0.0.1` and OAuth integration becomes a piece of cake.
```bash
lein deps
GITHUB_CLIENT_ID=XXX GITHUB_SECRET=XXX lein run
```
## License
Copyright (C) 2012 Justin Leitgeb
Distributed under the Eclipse Public License, the same as Clojure.