Skip to content

Commit 89f98c8

Browse files
committed
2 parents e4d0728 + 0a22ee6 commit 89f98c8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# github-issue-counter
2+
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.
4+
5+
## To get started
6+
git clone https://github.com/learning-dev/github-issue-counter
7+
8+
## install the following
9+
`pip install flask`
10+
11+
`pip install wtf-forms`
12+
13+
`cd github-issue-counter`
14+
15+
`python task_prog.py`

0 commit comments

Comments
 (0)