/tdp_covid19

DB Connector and API for COVID-19 data.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

tdp_covid19 Phovea CircleCI Dependency Status

DB Connector and API for COVID-19 data.

Contains one view for the patient data of South Korea: https://www.kaggle.com/kimjihoo/coronavirusdataset#PatientInfo.csv

Installation

git clone https://github.com/caleydo/tdp_covid19.git
cd tdp_covid19
npm install

Testing

npm test

Building

npm run build

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.