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.
- More precise cluster filters based on state, district, travel abroad etc
- NLP based analysis of Notes section to find out relationship info, travel history etc.
- Travel history of locations visited of patients, stay time etc.
- Unofficial sources: https://api.rootnet.in/covid19-in/unofficial/sources
- Unofficial patient tracing data: https://api.rootnet.in/covid19-in/unofficial/covid19india.org
Credits : https://github.com/amodm/api-covid19-in
Submit new cases here !
Credits : https://github.com/NirantK/coronaIndia
- Awesome team at covid19india.org
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.
Submit an issue or feature request at issues or contact the maintainers.
npm install
# or
yarn install
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.
The easiest way to deploy this app is to use the ZEIT Now Platform .