1.0.4 • Published 5 years ago

a3hrgo-sdk v1.0.4

Weekly downloads
11
License
ISC
Repository
github
Last release
5 years ago

a3HRgo SDK

npm version

Requisites

  • Node >= 6
  • NPM

Install

npm install a3hrgo-sdk

Usage

import { A3hrgo } from 'a3hrgo-sdk';

const a3hrgo = new A3hrgo({
     id: "xxxx", password: "xxxx"
});

// Do a report
(async () => {
    await a3hrgo.report();
})();

API

  • A3hrgo(credentials, options) class constructor

    • credentials: object
      • id: string
      • password: string
    • options: object
      • showInterface: boolean to enable/disable headless chrome
  • report() async method class to do a report

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago