To take the contents of any site and store it in a txt file quickly and simply
*Node.js
*Puppeteer
*fs
Setting a website you want to copy by changing "http://www.example.com"
$ npm install
$ node app.js
To take the contents of any site and store it in a txt file quickly and simply
*Node.js
*Puppeteer
*fs
Setting a website you want to copy by changing "http://www.example.com"
$ npm install
$ node app.js