sreesairaghava/

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

, is a popular music service. Creating a clone of the using UIKit, Swift 5.3, Cocapods, official API (using WEB API mostly), SDWebImage, Firebase Analytics through cocapods. More content will be updated soon. This project is under active development.

If you want to clone the project, you should create a Constants.swift file with a struct as mentioned below to use clientID, clientSecret etc, from . You can get your client ID and secret from Developer account here

import Foundation

struct Constants {
    static let clientID = "YOUR_CLIENT_ID"
    static let clientSecret = "YOUR_CLIENT_SECRET"
    static let tokenAPIURL = "https://accounts..com/api/token"
    static let redirectURI = "REDIRECT_URL" // Can be your own website url 
    static let scopesArray = ["user-read-private",
                               "playlist-modify-public",
                               "playlist-read-private",
                               "playlist-modify-private",
                               "user-follow-read",
                               "user-read-email"
    ]
//Add scopes to capture different user accesses
}

MIT

About

Clone, using Swift, UIKit with WebAPI. Network manager, Haptics, Authentication manager, Programmatic UI, Views, TableView, Compositional Layout. Used first party official API from

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published