Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 821 Bytes

panorama

Modern, modular projects tend to involve lots of repositories. Keeping an eye on them can be difficult.

Here's how Panorama helps:

  • reviewing commits* from everyone in your organization
  • visualizing cross-repository changes
  • the build broke, but which dependency changed?

* Panorama also shows comments, wiki changes, ...

See it in action

Panorama screenshot

http://panorama.pulseenergy.com

Development

  1. Create a GitHub app with authorization callback URL http://localhost:3456/auth/github/callback
  2. Set environment variables GITHUB_APP_ID and GITHUB_APP_SECRET to whatever GitHub provides.
  3. npm install
  4. npm start