Spotify Player Demo using Spotify APIs
Uses Spotify’s SDK and a Swift Spotify API wrapper forked from SpotifyKit
to connect and retrieve data from a Spotify account.
Go to the Spotify Developer Console
and create a new project to get your client ID and Client Secret, you will need to put these unique keys in ClientKeys.swift to authenticate properly. You will also need to add the redirect URI: spotifykitdemo://callback to the dashboard under “Edit Settings”.