Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.41 KB

Netflix-Clone

Netflix Clone with TMDB Api

About

Working Netfix Clone made using Swift MVVM, Core Data, TMDB movie database API and Youtube API.

Demo

Requirements

Before starting you need get a API key for TMDB API and Youtube API

struct Constants {
    static let G_API_KEY = "" // Youtube API Key
    static let APIKEY = "" // TMDB API Key
    static let baseURL = "https://api.themoviedb.org"
    static let imageURL = "https://image.tmdb.org"
    }