Spotify Radar is an iOS application that allows users to pull in new song releases from their favorite artists and provides users with important metrics like their top tracks, top artists, and recently played tracks, queryable by time range.
Architecture: MVVM + Coordinator + RxSwift
Pods have already been committed so no need to run 'pod install'
Create a spotify application and save your clientId and clientSecret to SpotifyDaily_iOS/Services/Configuration.swift
. Of course, when you make a PR, don't include Configuration.swift
in it.
Open xcworkspace and run
- Cocoapods - Dependency Management
- Swinject - Dependency Injection
- SideMenu - Menu navigation
- RxSwift - Swift version of Rx
- If you find a bug, or would like to suggest a new feature or enhancement, it'd be nice if you could search the issue tracker first; while we don't mind duplicates, keeping issues unique helps us save time and considates effort. If you can't find your issue, feel free to file a new one.
- Please read CONTRIBUTING.md for details on how to contribute–it has information on the process for handling contributions, and tips on how the code is structured to make your work easier, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details