pete-ryu/nomz

Create a Venue model in mongoose for caching

Closed this issue · 2 comments

https://developer.foursquare.com/docs/responses/venue

name, address, lat, lng, category (cuisine), hours, menu, price (how expensive), rating, etc.

As per forsquare, we shouldnt just steal their venue info. we should query them every time
https://developer.foursquare.com/overview/venues#rules

Updated this to be an "enhancement" instead