Requires node
To run:
- generate an api key from themoviedb here
- clone the repo
- install required packages:
npm install - run the program:
node ware2go.js - enter first actor's name when prompted
- enter second actor's name when prompted
- enter api key when prompted
- Developed on Windows with VSCode. As such, the
.envconvention works differently than that of Linux. Otherwise, a.envfile could have been used to set variables. package.jsonandpackage-lock.jsonare included for automatic installation of required packages.