NSuri1/Uhack2017

Modify Yelp query to return a random list of restaurants every time

NSuri1 opened this issue · 0 comments

Currently, the node server makes a request to yelp and gets a response in the form of a list of restaurants nearby. When in the same location, API returns the same list of restaurants every time. Use the offset parameter to get a random list instead, for more variety.