Web application takes an URL to github 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
This is application is built in Python using Flask and deployed on linode using a Ubuntu server running nginx and gunicorn.
git clone https://github.com/learning-dev/github-issue-counter
pip install -r requirements.txt