An open API service indexing awesome lists of open source software.

https://github.com/icepuma/harhar

harhar - http archive helpful analyzer
https://github.com/icepuma/harhar

analyzer dart har

Last synced: about 1 year ago
JSON representation

harhar - http archive helpful analyzer

Awesome Lists containing this project

README

          

# harhar - work in progress

Parser and analyzer for https://w3c.github.io/web-performance/specs/HAR/Overview.html files.

> harhar stands for **h**ttp **ar**chive **h**elpful **a**nalyze**r**

## Badges

![dart](https://github.com/icepuma/harhar/actions/workflows/dart.yaml/badge.svg)

## Local development

```shell
# json code generation + format + fix
./check.sh

# run harhar with a http archive for github.com
dart run harhar examples/github.com.har

# compile => yields binary in build/harhar
./build.sh
```

## Todos

- [ ] Multiple output options (beautiful, JSON)
- [ ] GitHub releases