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
.env
convention works differently than that of Linux. Otherwise, a.env
file could have been used to set variables. package.json
andpackage-lock.json
are included for automatic installation of required packages.