Skip to content

Commit 8fcfc89

Browse files
author
ExpDev07
committed
updated readme
1 parent 47908e8 commit 8fcfc89

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
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

710
You 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

0 commit comments

Comments
 (0)