An automatic website screenshot taking system using node and puppeteer required packages puppeteer (npm i puppeteer) nodemon (npm i --save-dev nodemon) //To use it as a dev dependency Want to rerun it on your system ? Run 'git clone <repository_url>' Navigate to the folder and then , Run 'npm install' command. Customize the screenshot storage directory path and add the url you want. After completing this setup run 'nodemon app.js' in your terminal.