ICP6 - Pranathi-07/WebMobile_spring2021 GitHub Wiki
WEB ICP6(REST APIs with Angular)
Name: Pranathi Nalluri
Student Id: 16301706
1. Create an application in Angular which displays nearby restaurants (Hint: Use Foursquare API)
2. Create an application in Angular which displays recipes (Hint: Use EDAMAM API)
Using third party API's like FoureSquare and EDAMAM's we get the data of the nearby restaurants and recipes of user requested.
Home page redirects to the search page when subscribed or given a mail address. In search page give the dish name and place we want to eat the recipe. Retrieve the data from API using the input given from the user and display the results in UI.