Skip to content

This will extract the particular tag from all the HTML of the application and will save it on particular directory in JSON format.

License

Notifications You must be signed in to change notification settings

ShrinathGupta/HTML-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HTML-Extractor

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.

Enviroment Setup

Install nodejs

Setup Applcation

npm install

Run Script

npm start

Abstarct

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.

About

This will extract the particular tag from all the HTML of the application and will save it on particular directory in JSON format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published