Skip to content

janodvarko/harviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

579969c · Jan 12, 2019
Oct 31, 2018
Aug 3, 2015
Mar 22, 2016
Nov 26, 2018
Dec 14, 2018
Dec 17, 2018
Jan 12, 2019
Mar 30, 2011
May 27, 2018
Jun 20, 2018
May 27, 2018
Jul 25, 2016
Dec 17, 2018
Oct 26, 2018
Dec 17, 2018
Aug 23, 2015
Jan 3, 2019
Dec 15, 2018

Repository files navigation

Stable URL (v2.0.17, 21 March 2016) - http://www.softwareishard.com/har/viewer/

Up-to-date master - http://gitgrimbo.github.io/harviewer/master/ (and https)

HAR Viewer

License

HAR Viewer is free and open source software distributed under the BSD License.

Components

Build Tools

Testing

Development

The HAR Viewer build process uses Node.js and npm as its build tools.

Firstly, run npm install from the command line to install the Node.js/npm dependencies.

Linting

HAR Viewer uses ESLint for linting. It will be installed when you run npm install from the project root.

To show lint errors only:

npm run eslint

To show lint errors and warnings:

npm run eslint-full

Running

To run HAR Viewer, run:

npm start

and browse to http://localhost:49001/webapp/.

npm start will start an express server that is setup to be able to serve the necessary resources for the functional tests. express is not necessary to serve HAR Viewer, any web server able to serve static files will do.

Build

Go to the project directory and execute the following command:

npm run clean-build

(Indicative build time - about 12 seconds. Node.js v10.2.1)

To run the built HAR Viewer, run

npm start

and browse to http://localhost:49001/webapp-build/ after a build.

JSDoc

Go to the project directory and execute the following command:

npm run jsdoc

Version and Google Analytics

Use the build.json file to set the version and Google Analytics profile.

About

HAR Viewer is a web application that allows visualizing HTTP Archive logs (HARs)

Resources

Stars

Watchers

Forks

Packages

No packages published