har-online
A command-line tool to view HAR files at Jan Odvarko's HAR viewer.
Installation
$ npm install -g har-online
Usage
har
accepts UTF-8 formatted HAR through standard input.
$ har < filename.har
$ 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)