This will extract the innerHTML of a particular tag from all the HTMLs of the application and will save it on particular directory in JSON format.
Install nodejs
npm install
npm start
The intention of the app is to fetch the particular element's innerHTML from all the HTML files of the applicaiton and save at one place in the form of JSON file.
Script will run index.js and there are few configuration inside the file, according to that configuration it will read all the files and will create output file which will contain innerHTML of every tag as the kay and value pair inside the file.
Please refer app for more understanding.