/har-analyzer

A very super-simple HAR analyzer

Primary LanguageJavaScript

HAR stupid analyzer

A very super-simple tool to transform the HAR file exported from Chrome into a simple json with a list of URL and time.

How-to

  • Put the exported HAR file in input folder and rename it "input.json"
  • Execute in terminal "node ."
  • The output file will be in "output" folder