Skip to content

cvan/fastHAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastHAR

A front-end UI that shows aggregated data (i.e., response sizes, response times, and number of requests), using HTTP Archive (HAR) data from captured network traffic. See fastHAR-api (the API) and the phantomHAR (the phantom.js script).

Installation

We use gulp:

npm install gulp -g

To install the dependencies used for our development environment:

npm install

To set up the URLs:

cp src/api_urls.js.dist src/api_urls.js

Development

Load from a page with an origin (i.e., a server). If you're running locally, use gulp to fire up a local server:

DEBUG=1 OPEN=1 gulp connect

About

a front-end UI for aggregated HAR (HTTP Archive) data captured from network traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published