Stay Safe Stay Clean
A crowd sourced disease prevention app which uses data which users reported to generate heatmaps of areas which other users can view. Individuals can also view areas by disease and filter diseases if there are too many to display. Users will also be alerted to stay safe stay clean (hence the name of the app) when they enter an area which has a high density of flu reports.
Node Installation
brew install node
npm install -g nodemon(if you plan to make changes and want to see them in real time)
Python packages needed
pip install pillow
pip install matplotlib
Running the app
cd into vandy_hacks/ directory
npm install
node app.js (or nodemon app.js if you want to see changes in real time)
You can now only view pollen data and flu data. Charts and graphs are coming soon to the web version. Mobile app can be found here: https://github.com/vivekvaidya/staysafestayclean.git
Have fun