Skip to content

some parser in typescript that extracts data from html into JSON

Notifications You must be signed in to change notification settings

IamTossan/html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML-PARSER

installation

npm i
npm run build

usage

node dist/main.js <HTML FILE> <OPTIONNAL OUTPUT FILE>

If you don't specify an output file, the program will output to a file with the same name with a .json extension

example

node dist/main.js test_files/test.html && less test_files/test.json

About

some parser in typescript that extracts data from html into JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages