iOS App using Spotify Web API
- MVVM
- RXSwift
- Spotify Web API
- Alamofire, SwiftyJSON
- Animation with Hero
- RAMAnimatedTabBarController
Create a file called Constants.swift and add two strings
struct Config {
static let clientID = "#################"
static let clientSecret = "###############"
}