Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.53 KB

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.