Skip to content

Commit dcf702c

Browse files
committed
README file created for Covid-19-Updater.
1 parent f652e15 commit dcf702c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Covid-19-Updater/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Covid-19-Updater
2+
3+
Get hourly updates of Covid19 cases, deaths and recovered from coronavirus-19-api.herokuapp.com.
4+
5+
## Setup instructions
6+
7+
Before executing the script,you need to install the following libraries:
8+
```shell
9+
user@debian:~/home/covid$ pip install requests
10+
user@debian:~/home/covid$ pip install win10toast
11+
```
12+
In order to execute the script you will need to use the terminal:
13+
```shell
14+
user@debian:~/home/covid$ python covid-19-updater_boy.py
15+
```
16+
17+
## Developed by [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
18+
19+
## Disclaimers
20+
21+
Use the code by your own responsibility and risks.

0 commit comments

Comments
 (0)