Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

covid19india/covid19india-network

 
 

Repository files navigation

COVID-19 Tracker Network Graph

This is a dashboard of network connections and clusters to track outbreak and transmission COVID19 in India. The primary data source is collected by volunteers at covid19india.org, a crowdsourced database collated from various news as well as government sources. This can be forked and connected to your Google sheet too. The intention of this graph is to open up options for analysis for policy/decision makers so that they can be more strategic in testing cases and deploying resources like ventilators, beds & medicines.

Primary app is at https://covid19india-network.now.sh.

enter image description here

Roadmap

  1. More precise cluster filters based on state, district, travel abroad etc
  2. NLP based analysis of Notes section to find out relationship info, travel history etc.
  3. Travel history of locations visited of patients, stay time etc.

Sources

Unofficial data :

Spreadsheet :

Submit new cases here !

Credits

Customizing

This app can be hooked to any google sheets based database. Is currently based on covid19india.org live crowdsourced patient database. Edit client_secrets.json and modify the endpoint in the /api folder to hook it to your own, then deploy to zeit.co to have it working online.

Issues

Submit an issue or feature request at issues or contact the maintainers.

Maintainers

Contributing

Install packages :

npm run dev

# or

yarn dev

#or

# if you have now CLI : npm i -g now

now dev

Run Development server with hot-reloading:

npm run dev

# or

yarn dev

#or

// if you have now CLI

now dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Deploy on ZEIT Now

The easiest way to deploy this app is to use the ZEIT Now Platform .

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%