Create an App that lists the new releases on Spotify using the public API Provide a working solution of the test via Pull Request
- A list with the USA new releases. Each item should display:
- image
- track name
- artists names
- 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)
- https://developer.spotify.com/web-api/get-list-new-releases/
- https://developer.spotify.com/web-api/authorization-guide/
- Swift
- iOS 9+
- Feel free to use libraries of your choice
- FORK this repository (DO NOT CLONE OR WORK IN THIS REPO)
- Commit and Push in YOUR fork
- Create a Pull Request with your solution