Giter Club home page Giter Club logo

spotifier's Introduction

Spotifier

This is custom Spotify iOS app. It allows you search and browse and possibly even play some music.

It’s an example app, built to showcase KiLS1 architecture: Keep it Layered & Simple.

How to run

This is built with Swift 5 code thus do use Xcode 10.2.

(1) Install Homebrew

(2) Install Sourcery

brew install sourcery

(3) Install Carthage

brew install carthage

(4) Open Terminal, go to the project root folder, then do this:

carthage update --no-build
carthage build --platform iOS

(5) Open Spotifier.xcodeproj and it should compile just fine.

(6) Look into Spotify/Spotify.swift, at the top you should see:

private static let clientID: String = "YOUR_CLIENT_ID"
private static let clientSecret: String = "YOUR_CLIENT_SECRET"

That’s where you need to paste your OAuth2 credentials you get when you register your app as client on Spotify Developer Portal.

Footnotes

  1. aka the LAYERS, aka the ONION, aka the GARLIC architecture

spotifier's People

Contributors

radianttap avatar

Stargazers

Pavel Palancica avatar Guillermo Sáenz avatar  avatar René Sandoval avatar Kersten Behrens avatar Jonni Åkesson avatar Benjamin D. avatar Dmitry Zhukov avatar Roger C avatar Ivan Smirnov avatar  avatar Tom Kraina avatar

Watchers

 avatar James Cloos avatar  avatar

spotifier's Issues

Compilation issues

Hi, I follow the instruction from the Readme to start figuring out the Coordinator pattern of this app. I couldn't run the project since in file SpotifyEndpoint.swift at line 60
var httpMethod: NetworkHTTPMethod { }
Xcode send me the error:
Use of undeclared type 'NetworkHTTPMethod'
Is there anything I need to update in this project or in Avenue to resolve this issue ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.