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

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago