hartonode
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

HAR to Node.js

It's a simple Node.js module that converts a requests to functions.

Installation

$ 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

    var htn = require('hartonode');

    and then use it as

    htn.harToNode('<harfile>');
  2. Generate a har file through your project.

    After import use function

    htn.harToNodeToFile('<harfile>')

    Output will be the file named as requests.ts and saved on the same folder

  3. Generate a har file through console

    In the console provide har-to-node <file_path>. Output from this is the same as in the 2nd point.

    WARNING! After providing this command in the console, you can get error Error: Cannot find module 'yargs'. Just install it also globally and try again to use this command

Package Sidebar

Install

npm i hartonode

Weekly Downloads

18

Version

1.2.3

License

MIT

Unpacked Size

27.8 kB

Total Files

9

Last publish

Collaborators

  • michalfidor