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
- Host: GitHub
- URL: https://github.com/icepuma/harhar
- Owner: icepuma
- Created: 2023-11-20T10:21:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:52:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T15:32:34.843Z (almost 2 years ago)
- Topics: analyzer, dart, har
- Language: Dart
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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