Skip to content

G07cha/html2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate codecov.io

Get html as object, fast and easy

##Usage Just provide parse with link to website and arguments if needed. By default will parse and save result to 'output.json' file

❯ html2json

  Usage: html2json [options]

  Parse provided website

  Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -o --output [filename]  Set output file(output.json by default)
    -q --quiet              Do not display output to console

  Examples:
  
    #parse and display output 
    html2json https://google.com
    
    #parse and save output to google.json
    html2json -o google.json https://google.com

About

Convert HTML to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published