Modify Yelp query to return a random list of restaurants every time
NSuri1 opened this issue · 0 comments
NSuri1 commented
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.