ThasianX / SpotifyDaily
- четверг, 26 декабря 2019 г. в 00:17:50
Swift
Spotify Daily 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.
Spotify Daily 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'
Since Spotify has strict limits on API calls and the app is currently using my API keys, you may want to create a spotify application and save your clientId and clientSecret to SpotifyDaily_iOS/Services/Configuration.swift for best experience. Of course, when you make a PR, don't include Configuration.swift in it.
Open xcworkspace and run
This project is licensed under the GPL License - see the LICENSE file for details