Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckymarmot/paw-harimporter
An importer for Paw that imports HAR dumps (e.g. from Chrome Dev Tools)
https://github.com/luckymarmot/paw-harimporter
har http httparchive paw
Last synced: about 1 month ago
JSON representation
An importer for Paw that imports HAR dumps (e.g. from Chrome Dev Tools)
- Host: GitHub
- URL: https://github.com/luckymarmot/paw-harimporter
- Owner: luckymarmot
- License: mit
- Created: 2015-05-20T17:06:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:45:43.000Z (over 5 years ago)
- Last Synced: 2024-04-14T07:31:45.405Z (8 months ago)
- Topics: har, http, httparchive, paw
- Language: JavaScript
- Homepage: https://paw.cloud/extensions/HARImporter
- Size: 41 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/luckymarmot/Paw-HARImporter.svg?branch=master)](https://travis-ci.org/luckymarmot/Paw-HARImporter)
# Paw HAR importer
This importer allows you to import HAR exports (e.g. from Chrome Dev Tools) into Paw.
## Contributing
If you want to contribute, this is how to build the extension and install it to your Paw settings:
```shell
yarn install # or npm install
make install
```To make a distributable archive:
```shell
make clean && make archive
```## License
MIT License. Copyright 2015-2017 Paw Inc.
Originally created by **Jeroen Visser** @jeroenvisser101