1.1.0 • Published 9 years ago

mithril-node-harviewer v1.1.0

Weekly downloads
42
License
-
Repository
github
Last release
9 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

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago