This is a basic API for tracking development of the new coronavirus (2019-nCoV). It's written in python using Flask.
View the live version here: https://coronavirus-tracker-api.herokuapp.com/latest.
You will need the following things properly installed on your computer.
git clone https://github.com/ExpDev07/coronavirus-tracker-api.gitcd coronavirus-tracker-apipipenv install
pipenv shellflask run- Visit your app at http://localhost:5000.