esong / noomee

noomee app
0 stars 0 forks source link

Create API for getting local restaurants from Yelp #10

Open esong opened 9 years ago

esong commented 9 years ago

User should pass his geo location, find restaurants on Yelp according to that location.

Find a strategy on how to cache restaurants locally so that the client doesn't request for restaurants all the time, but it can also detect newly added restaurants on Yelp.

esong commented 9 years ago

Init commit with #14

zhuhw commented 9 years ago

cache result and latlong, if user moves far from it then use API, else use cache. Clear cache on daily basis. EDIT: This could be implemented in app. But Yelp may know it..