Parser for requests saved to HAR file
npm install hartonodesh
$ npm install -g hartonode
`Usage
You can use it on three different ways.1. Use it to print output on the console or assign it to a variable
Import as a module
`js
var htn = require('hartonode');
`
and then use it as
`js
htn.harToNode('');
`2. Generate a har file through your project.
After import use function
`js
htn.harToNodeToFile('')
`
Output will be the file named as requests.ts and saved on the same folder3. Generate a har file through console
In the console provide
har-to-node