File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- # coronavirus-tracker - api
1+ # coronavirus-tracker (API)
22
3- > The api is simple and written in python using Flask.
3+ > This is a basic API for tracking development of the new coronavirus (2019-nCoV). It's written in python using Flask.
4+
5+ ## Live version
6+ View the live version here: [ https://coronavirus-tracker-api.herokuapp.com/latest ] ( https://coronavirus-tracker-api.herokuapp.com/latest ) .
47
58## Prerequisites
69
710You will need the following things properly installed on your computer.
811
9- * [ Python 3] ( https://www.python.org/downloads/ )
12+ * [ Python 3] ( https://www.python.org/downloads/ ) (with pip)
1013* [ Flask] ( https://pypi.org/project/Flask/ )
1114* [ pipenv] ( https://pypi.org/project/pipenv/ )
1215
1316## Installation
1417
15- * ` cd api `
18+ * ` git clone https://github.com/ExpDev07/coronavirus-tracker-api.git `
19+ * ` cd coronavirus-tracker-api `
1620* ` pipenv install `
1721
1822## Running / Development
You can’t perform that action at this time.
0 commit comments