Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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