Skip to content

Quaggie/Quaggify

Repository files navigation

Quaggify

A Spotify clone made in Swift 3 and consuming the Spotify API. overview

overview2

What can the app do?

  • Login with your Spotify account
  • Home tab lists all new releases
  • Search for an album/artist/track/playlist
  • Create new playlist
  • Modify your current playlists
  • Add/Remove tracks from your playlists
  • Infinite scroll everything!

Dependencies

Cocoapods was the chosen dependency manager

Building

Clone the repository

$ git clone https://github.com/Quaggie/Quaggify.git

Build the dependencies

$ pod install

Setup your spotify CLIENT_ID and CLIENT_SECRET in SpotifyService.swift

...
class SpotifyService: NSObject {
  let CLIENT_ID = "{ INSERT CLIENT_ID HERE }"
  let CLIENT_SECRET = "{ INSERT CLIENT_SECRET HERE }"
  let REDIRECT_URI = "quaggify://authorization"
...

Now just run Quaggify.xcworkspace (:

About

A spotify clone made in Swift 4 consuming the Spotify API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published