Web Programming ICP6 - Saiaishwaryapuppala/CSEE5590-CS490-Web-MobileProgramming GitHub Wiki

Web ICP-6

Objective

  • Creating an application in Angular which displays nearby restaurants using FoursquareAPI
  • Creating an application in Angular which displays recipes using EDAMAMAPI
  • Combining both the APIs in a single application

Approach

  • Got keys and secret keys of both the APIs(FoursquareAPI and EDAMAMAPI)
  • Using http called and got the response
  • Parsed JSON and appended to HTML using angular directives

The code written is as follows:

Results:

Search recipe page

Populating Results:

Navigating to the Place:

Video link: https://drive.google.com/file/d/1iGoPa-zALylKQnSvh2hFnmRvYjmkl-bx/view?usp=sharing