Public Rest API to provide covid-19 data. Using web scraping.
First, clone the repo via git:
git clone https://github.com/Shihara-Dilshan/covid-19-webScrapper-with-flask-API.git
All the requirements are located in the requirements.txt file.
Install the dependencies with PIP or PIP3.
pip3
$ pip3 install -r requirements.txt
pip
$ pip install -r requirements.txt
$ python3 covid19scrapper.py
$ python3 app.py
This will start Flask server
MIT © - Shihara-Dilshan