Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.73 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.73 KB

Netflix Clone

🎯 About

Made using UIKit with Swift language. Core Data was used as the local database. Tmdb and youtube api were used for the API.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Swift and Xcode installed.

# Clone this project

$ git clone https://github.com/ferhatiltas/Netflix-Clone-UIKit-MVVM

Enter the relevant API keys to run the project.

struct Constants{
    static let API_KEY = "" // Enter a api key for TMDB API
    static let YoutubeAPI_KEY = "" // Enter a api key for Youtube API
    static let BASE_URL = "https://api.themoviedb.org"
    static let YoutubeBaseURL = "https://youtube.googleapis.com/youtube/v3/search?"
}

Home

Coming Soon & Search

Downloads & Details