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

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i a3hrgo-sdk

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

22.6 kB

Total Files

24

Last publish

Collaborators

  • testica