0.2.0 • Published 9 years ago

har-online v0.2.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
9 years ago

har-online

A command-line tool to view HAR files at Jan Odvarko's HAR viewer.

npm.io

Installation

$ npm install -g har-online

Usage

har accepts UTF-8 formatted HAR through standard input.

# Read from file
$ har < filename.har

# Read from a remote URL
$ wget -qO- http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.har | har

har will output a URL that can be used to visualize the contents of the supplied input.

How it works

Files are modified to add padding (JSONP) and uploaded as anonymous, private gists over TLS. RawGit links are used to supply the correct MIME types.

TODO

  • Support arbitrary HAR viewer instances (config file)
0.2.0

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago