Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/fasthar
a front-end UI for aggregated HAR (HTTP Archive) data captured from network traffic
https://github.com/cvan/fasthar
Last synced: 4 months ago
JSON representation
a front-end UI for aggregated HAR (HTTP Archive) data captured from network traffic
- Host: GitHub
- URL: https://github.com/cvan/fasthar
- Owner: cvan
- License: mit
- Created: 2014-01-23T06:52:47.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-13T02:35:56.000Z (over 10 years ago)
- Last Synced: 2024-09-30T19:37:38.653Z (4 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastHAR
A front-end UI that shows aggregated data (i.e., response sizes,
response times, and number of requests), using
[HTTP Archive (HAR)](https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html)
data from captured network traffic. See
[fastHAR-api](https://github.com/cvan/fastHAR-api) (the API) and the
[phantomHAR](https://github.com/cvan/phantomHAR)
(the [phantom.js](http://phantomjs.org/) script).## Installation
We use [gulp](http://gulpjs.com/):
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