CoVisClear is a web application that allows users to look up COVID-19 case data based on location.
A live version of this application can be found here.
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