Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 652 Bytes

File metadata and controls

21 lines (13 loc) · 652 Bytes

github-issue-counter

Web application takes an URL to github "issues" of the repo and gives out the

  • Total Number of Open Issues
  • Number of Issues Opened Today
  • Number of Issues Opened within a Week
  • Number of Issues Opened more than a week

Example Input URL - https://github.com/facebook/react/issues

Deployed App - http://139.162.62.78

This is application is built in Python using Flask and deployed on linode using a Ubuntu server running nginx and gunicorn.

To get started

git clone https://github.com/learning-dev/github-issue-counter

install the requirements

pip install -r requirements.txt