Web ICP6 - abndnc/CS5590-0003 GitHub Wiki
-
Create an application in Angular which displays nearby restaurants (Hint: Use Foursquare API)
-
Create an application in Angular which displays recipes (Hint: Use EDAMAM API)
If possible, combine both the APIs in a single application. (Given starter code has both together. Change the UI if you are going to use this code)
Note:You must use the Angular (not the AngularJS)
Implementation: The application works around the SearchRecipeComponent where it gets the input from user and plug the words into either EDAMAM API url for recipe search or FOURSQUARE API url for nearby restaurants. After getting the results, they are stored to a list and and then printed out.