AnErrantRake / bcw-capstone

BCW - Vue and node capstone
MIT License
0 stars 2 forks source link

#48 - Adds search controller and api support #50

Closed AnErrantRake closed 5 years ago

AnErrantRake commented 5 years ago

48

Added functionality to search using google places, yelp and zomato by adding services for each of the above and 1 controller for all 3: SearchController.js imports all 3 services to allow getByLocation... from each.

Note/next steps: Will need to add baseURL and keys for all 3 services later, as well as get params off the request