CSCI 185: Spring 2024

Introduction to Programming for the Web

CSCI 185: Spring 2024

UNCA Logo

Fish by @akeatk

Project 2 Option: Yelp Interface

To get more practice working with Internet data, this project involves creating an interface to interact with Yelp! A few notes:

Yelp Endpoint Documentation & Examples

Your Task

You will allow your user to input both a search term and a location (just like Spotify).

You will then display the data (photo, name, address, rating, price) as an HTML representation (using template literals).

Demo

What to Submit