eShares iOS Challenge

Description & Goal:

Create an App that lists the new releases on Spotify using the public API Provide a working solution of the test via Pull Request

Screens:

iosLayout.png

  1. A list with the USA new releases. Each item should display:
  • image
  • track name
  • artists names
  1. When a track is selected from the list, a detailed view should be presented. The view should display:
  • image using full width
  • track name
  • artists names
  • "Open in Spotify" button (via app/web)

API:

Spotify Reference:

We Suggest:

  • Swift
  • iOS 9+
  • Feel free to use libraries of your choice

Submission Process:

  1. FORK this repository (DO NOT CLONE OR WORK IN THIS REPO)
  2. Commit and Push in YOUR fork
  3. Create a Pull Request with your solution