1.1.0 • Published 8 years ago

mithril-node-harviewer v1.1.0

Weekly downloads
42
License
-
Repository
github
Last release
8 years ago

mithril-node-harviewer

A simple HAR viewer component for Mithril and NodeJS.

HAR viewer screenshot

Usage

const harviewer = require('mithril-node-harviewer');

const har = {...};

const ctrl = harviewer.controller(har);
const view = harviewer.view(ctrl);

Options

No options for this version.

Test

Setup npm install -g mct, then:

mct test harviewer.js
1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago