Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 554 Bytes

README.MD

File metadata and controls

9 lines (5 loc) · 554 Bytes

Synopsis

Project 2 for the Udacity Nanodegree program. Displays a list popular and highly rated movies from The Movie Database.

Setup

In order to run this application, you will need an API key for The Movie Database. See [https://www.themoviedb.org/faq/api](API FAQ) for information on how to get your own API key.

Once you have acquired your key, put it in your global gradle.properties file. The entry should be in the format TheMovieDBAPIKey=YOUR_API_KEY inside of the file.