SpotifyClient helps users manage tracks and playlists.
To get started and run the app, you need to follow these simple steps:
- Create a new premium Spotify account.
- Register a new Spotify application (a new
Client ID
andClient Secret
will be generated for the application). - Add
spotifyclient://
as the redirect URI. - Open the SpotifyClient workspace in Xcode.
- Assign both the
Client ID
andClient Secret
onSpotifyAuth.swift
. - Run SpotifyClient on your iOS device or Simulator.
- All set!
- This project is written in Swift 3.0 and requires Xcode 8 to build and run.
- SpotifyClient runs on iOS 10+.
SpotifyClient is under the MIT License.