Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 937 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 937 Bytes

SpotifyClient

SpotifyClient helps users manage tracks and playlists.

Getting Started

To get started and run the app, you need to follow these simple steps:

  1. Create a new premium Spotify account.
  2. Register a new Spotify application (a new Client ID and Client Secret will be generated for the application).
  3. Add spotifyclient:// as the redirect URI.
  4. Open the SpotifyClient workspace in Xcode.
  5. Assign both the Client ID and Client Secret on SpotifyAuth.swift.
  6. Run SpotifyClient on your iOS device or Simulator.
  7. All set!

Compatibility

  • This project is written in Swift 3.0 and requires Xcode 8 to build and run.
  • SpotifyClient runs on iOS 10+.

Dependencies

Author

License

SpotifyClient is under the MIT License.