<link rel="shortcut icon" href="https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/favicon.ico">

# har-viewer

![](https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/logo.png)

Utility to view and analyze har file

## Installation

```bash
$ npm install har-viewer -g
```
<br/>

```bash
$ har-viewer

Starting up har viewer on http://127.0.0.1:3000
```

## Usage

### Open network tab in developer tools
![alt tag](https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/usage-1.png)

### Open context menu and choose item "Save as HAR with Content"
![alt tag](https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/usage-2.png)

### Save the file to your hard drive
![alt tag](https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/usage-3.png)


### Open in browser http://127.0.0.1:3000
![alt tag](https://raw.github.com/yarkeev/har-viewer/gh-pages/pics/usage-4.png)