mbarraz / unicornChallengeProject2

Awesome Near Me
MIT License
0 stars 0 forks source link

Choosing needed data points from Yelp - Business API #4

Open mbarraz opened 7 years ago

mbarraz commented 7 years ago

https://www.yelp.com/developers/documentation/v3/business

Will look for data points that will give me the 3 highest ranking venues within Yelp categories - e.g. Restaurants, Delivery, Nightlife.

Data of interest: hours[x].is_open_now boolean Whether the business is currently open or not. coordinates object The coordinates of this business. image_url string URL of photo for this business. location object The location of this business, including address, city, state, zip code and country. rating decimal Rating for this business (value ranges from 1, 1.5, ... 4.5, 5).