Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 519 Bytes

har2mmd

network sequence viewer from har file.

https://takemikami.github.io/har2mmd/

Tutorial

  1. Get HAR file.
    1. Open target website in Google Chrome with developer tools.
    2. Select Network tab, and Export HAR.
  2. View network sequence by har2mmd.
    1. Open har2mmd. https://takemikami.github.io/har2mmd/
    2. Select har file exported from Google Chrome.
    3. Select Host and Note.
    4. Push View button, and view diagram below.

for developer.

Install and run.

npm install
npm start