Skip to content

A web application that lets users see COVID-19 case data based upon location. An entry for BeaverHacks - Fall 2020.

Notifications You must be signed in to change notification settings

oborna/CoVisClear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoVisClear

CoVisClear is a web application that allows users to look up COVID-19 case data based on location. Screenshot of CoVisClear

Live Version

A live version of this application can be found here.

Local Installation & Usage

Use the package manager npm to install the necessary packages and dependencies.

npm install

Create a .env file in the same directory as app.js. Use .sample-env as a reference. Be sure to assign a valid value to all environment variables in the .env file. You will need to sign up for a MapQuest API key and MapBox API key first.

MAPQUEST_API_KEY=[value]
MAPBOX_API_KEY=[value]

To run the application, use Node.js.

npm start

Usage Example

GIF of CoVisClear being used

Authors

License

gpl-3.0

About

A web application that lets users see COVID-19 case data based upon location. An entry for BeaverHacks - Fall 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •