Spotify API App

Another project that I worked on during my time at BSD Code and Design Academy was a simple Spotify API app. The purpose of this app was to allow users to search for an artist, song, or album, and then have Spotify communicate with the app to display 20 track names, album art covers, and 30 second audio clips.

This was another instructional project that incorporated concepts such as using UITableViews, AVFoundation, and of course the Spotify API. Since there was a lot of setup involved for the original project idea, I decided to also create an ‘Advanced’ tutorial that took on some more of the setup behind the project.

The project’s step-by-step instructions can be found below:

Basic.

Advanced.

This project was coded purely in Swift using Alamofire and Cocoapods. The repository for this project can be found here.

Leave a comment