Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.32 KB

PopularMovies

codebeat badge

Description

This application help users discover popular and recent movies using TMDb API.

Android Installation

  • Obtain an TMDb API Key.
  • In TMDbApi.java, replace API_KEY constant with your own.
  • Build & run, enjoy.

iOS Installation

  • Obtain an TMDb API Key.
  • Run pod install on iOS project root directory .../PopularMovies/iOS/PopularMovies (CocoaPods Installation).
  • Open PopularMovies.xcworkspace and build.
  • In TMDbConstants.swift, replace apiKey with your own in the TMDbConstants.TMDBParameterValues struct.
  • Build & run, enjoy.

Screenshots