Skip to content

This web app uses the iTunes Store API to perform a user input search and display the first 3 matching songs.

Notifications You must be signed in to change notification settings

jaredmerchant/search-itunes

Repository files navigation

SearchItunes

Docker:

docker build -t search-itunes .

docker run --name search-itunes-container -d -p 8080:80 search-itunes

Navigate to http://localhost:8080/.

Development Server:

Run ng serve for a dev server.

ng serve

Navigate to http://localhost:4200/.

About

This web app uses the iTunes Store API to perform a user input search and display the first 3 matching songs.

Topics

Resources

Stars

Watchers

Forks