Skip to content

Commit f78b09c

Browse files
authored
Update README.md
1 parent 23944f1 commit f78b09c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# github-issue-counter
22

3-
Web Application that gives you list of issues that are opened a day ago, week ago and more than a week ago. It takes in a valid Github URL and gives you table.
3+
Web application takes an URL to github repo and gives out the
4+
- **Total Number of Open Issues**
5+
- **Number of Issues Opened Today**
6+
- **Number of Issues Opened within a Week**
7+
- **Number of Issues Opened more than a week**
8+
9+
This is application is built in Python using **Flask** and deployed on linode using a Ubuntu server running nginx and gunicorn.
410

511
## To get started
612
git clone https://github.com/learning-dev/github-issue-counter

0 commit comments

Comments
 (0)