Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 269 Bytes

Popular Movies

This app requires your API key from The Movie DB: https://www.themoviedb.org/

Place your key in a file called secrets.properties in the project root directory.

For example the file contents should look like:

MOVIEDB_API_KEY=<YOUR API KEY HERE>