Skip to content

A web app that searches for open businesses and covid-19 statistics for a user-defined search location

License

Notifications You must be signed in to change notification settings

thadkingcole/is_it_open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Description

With the current public health situation, people want to go outside, but it is difficult to find places that are open. This app will curate a list of restaurants, bars, and parks that are listed as open powered by a YelpFusion API, while also giving the user the current number of covid19 cases in the search location. The app can grab data by multiple criteria.

Two different covid APIs were used to return the following data on the app. Covid-19 Statistics was used to gather information down to the county for locations within the United States. Covid-19 Data was used to gather information for the country when the user searched outside the United States.

Country

(if outside the US)

  • Total Confirmed Cases
  • Total Critical Cases
  • Total Deaths
  • Total Recovered

State

(US only)

  • Display when the last set of data was pulled from date and time
  • Total active cases
  • New active cases since the previous day
  • Total confirmed Cases
  • New confirmed cases since the previous day
  • Total deaths
  • New deaths since the previous day
  • Fatality rate in a percent

County

(US only)

  • Display when the last set of data was pulled from date and time
  • New cases since the previous day
  • Total Deaths
  • New deaths since the previous day

Yelp Fusion API

The yelp API will pull data under the selected checkbox, as well as the mile radius from the location the user specified. The yelp data will display

  • Restaurants, Bars, and Parks
  • It will populate individual locations based on the checkbox the user selected in the classes listed above
  • It will display the address of the businesses or parks
  • It will display the phone number of the businesses or parks
  • It will display the yelp icon for all data originating from yelp as well as the average score of all reviews displayed in the classic yelp out of 5 star format
  • It will display the open or closed status of the business, if the business hasn't updated its information recently for the open or closed status it will not display as open or closed and will be left blank

For both the yelp API as well as the corresponding COVID data the user can enter a City, state, address, zipcode to display relevant information. If the user does not choose one of the following (restaurant, bar, or park) it will tell the user to select at least one by the use of a modal.

back to top

User Story

As a person suffering from cabin-fever, I want a list of open restaurants/locations and current covid19 stats to decide where I should go outside. I can then evaluate the amount of cases in my current county and state and make an informed decision if it is safe to venture out to the local restaurants or bars. If I am interested in seeing data about other places around the world, I will be able to enter a country name, state, address, or zipcode to display information about said places.

back to top

Deployed application

Deployed Application Screenshot

back to top

Validation Link

back to top

References

back to top

Collaborators

back to top

About

A web app that searches for open businesses and covid-19 statistics for a user-defined search location

Topics

Resources

License

Stars

Watchers

Forks