Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.04 KB

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