Skip to content

RathaKrishna/Netflix-Clone

Repository files navigation

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"
    }