This project helps people who suffer from picking a movie out of their Letterboxd.com watchlist
First of all open your terminal and type:
$ npm init
$ npm install node
$ npm install nodemon
$ npm install express
$ npm install cors
$ npm install body-parser
$ yarn add puppeteer
$ npm start