Create a Venue model in mongoose for caching
Closed this issue · 2 comments
pete-ryu commented
https://developer.foursquare.com/docs/responses/venue
name, address, lat, lng, category (cuisine), hours, menu, price (how expensive), rating, etc.
ajstocchetti commented
As per forsquare, we shouldnt just steal their venue info. we should query them every time
https://developer.foursquare.com/overview/venues#rules
pete-ryu commented
Updated this to be an "enhancement" instead