A Script to scrape reviews from Amazon.
- Clone the folder.
- Open command line and change the directory to your folder by using
cd foldername
. - Run the command
npm install
. - If you still get module import error, you can use the command to install missing package
npm install package-name
. - Then run the script using command
node script.js
.