Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

wildland/wildland-github-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Displays list of open pull requests and issues assigned to the the signed-in user.

Setup

Create a .env file with the following format:

CLIENTID=YOUR_GITHUB_APPLICATION_CLIENT_ID
CLIENTSECRET=YOUR_GITHUB_APPLICATION_CLIENT_SECRET

You can obtain these by registering a new application at https://github.com/settings/developers. For Authorization callback URL you would use http://localhost:3000 if you are developing locally.

Usage

npm install
npm start

Runs on http://localhost:3000

  • Login with github credentials
  • View dashboard at /account

TODO

  • Cleanup css
  • Add comments
  • Cleanup UI

About

Displays open PRs and issues assigned to a Github User

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • HTML 22.5%
  • CSS 9.0%