Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.73 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.73 KB

Netflix-Clone

The clone of Netflix iOS application that displays movies and searches them from TMDB API.

Description

This appication allows users to see Top Rated, Popular, Upcoming movies from the API. Netflix Clone collects and displays them in the CollectionView. The users also could search for desired movies. Also, it has downloads where the user can store desired movies to watch later.

Built by

How to use

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

Enter your API_KEY and YoutubeAPI_KEY inside the quotes marks! Without it the application will not work.

Screenshots