Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashwanth2804/plotkovid19
A site which will track and trace the covid-19 victims location data.
https://github.com/yashwanth2804/plotkovid19
covid-19 covid19 react spring
Last synced: 26 days ago
JSON representation
A site which will track and trace the covid-19 victims location data.
- Host: GitHub
- URL: https://github.com/yashwanth2804/plotkovid19
- Owner: yashwanth2804
- Created: 2020-04-27T09:01:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:49:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T09:46:26.308Z (3 months ago)
- Topics: covid-19, covid19, react, spring
- Language: JavaScript
- Homepage: https://plotkovid.surge.sh
- Size: 55.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plotKovid19 [COVID'19]
A site which will track and trace the covid-19 victims location data.
## **Features**
### **1.Plot**
This page gives the covid-19 cases information about the searched place.This results the list of victims who falls in that place and their movement history.Users can see the plotted graph from the victim's google timeline data.
![Plot](Frontend/src/SVG/Features/Plot.png)
### **2.Intersect**
This page gives the information whether the current(logged in) user have met with covid-19 victims/symptoms.This can be achieved by comparing users 'Google Timeline' data against the victim's timeline data, considering the both are only hours apart (time is taken into consideration). This will also provides information even if user have multiple interactions with single victim.
![s](Frontend/src/SVG/Features/c1.gif)
There is a speed factor,which will simulate the points faster by speeding up the time
![s](Frontend/src/SVG/Features/Speed.png)![s](Frontend/src/SVG/Features/c2.gif)
### **3.Stats**
This page gives the information regarding covid-19 from different sources and from the app itself, a 'Dashboard'.(still more to add)
![Stats](Frontend/src/SVG/Features/Stats.png)![Stats2 Image](Frontend/src/SVG/Features/Stats2.png)
## **F.A.Q**
**How can this site have users location data ?**
> Every location data in site are willing uploaded by users. No location data is being uploaded to site until or unless getting acceptance from user.
**Can I see all users location data?**
> No , only you can see the location data of users who are listed under victims/symptoms category.
**Do I need to give my actual name ?**
> No , username will be randomly chosen from the site while registering. you may need to note it for subsequent logins.
**Can I delete my data?**
> Yes
**How can I know data uploaded by victim is valid ?**
> We have 'Peer reviewed' option , using this users in location living nearby victims can report whether it's valid or invalid one. (under development)
**How can I upload my location data ?**
> Go to [https://www.google.com/maps/timeline](https://www.google.com/maps/timeline) and select individual dates (upto min 2 weeks).After selecting click 'Gear Icon' , then you find a option 'Export this day to KML'.By clicking this , will download a KML(file format) file. Once all the individual files downloaded , upload all the KML files during signup process.