Lists movies currently in theaters, and finds the average age of the cast.
- PowerShell v3 or later (developed and tested with v4)
- a valid Rotten Tomatoes API key (register)
- a valid TMDb API key (register, then go to the API section under your account info)
- Copy the included
config.example.json
file from the repo root to the same directory and name itconfig.json
. - Edit
config.json
, replacingYOUR_ROTTEN_TOMATOES_API_KEY
andYOUR_TMDB_API_KEY
with your valid API keys. - Run
movies.bat
. Alternatively, you can run themovies.ps1
script directly.