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
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