项目作者: zjradfor

项目描述 :
Spotify Player Demo using Spotify APIs
高级语言: Swift
项目地址: git://github.com/zjradfor/Spotify-Player.git
创建时间: 2020-06-07T20:12:27Z
项目社区:https://github.com/zjradfor/Spotify-Player

开源协议:

下载


Spotify Player

A sample Spotify player iOS application

Uses Spotify’s SDK and a Swift Spotify API wrapper forked from SpotifyKit to connect and retrieve data from a Spotify account.

Features

  • Authenticate with your personal Spotify account
  • Display all your playlists and songs
  • Player supports playing music and local music control

Screenshots


Setup

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”.