Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/testica/a3hrgo-sdk

a3HRgo sdk to automatize your reports
https://github.com/testica/a3hrgo-sdk

a3hrgo crawler javascript puppeteer

Last synced: 26 days ago
JSON representation

a3HRgo sdk to automatize your reports

Awesome Lists containing this project

README

        

# a3HRgo SDK
[![npm version](https://badge.fury.io/js/a3hrgo-sdk.svg)](https://badge.fury.io/js/a3hrgo-sdk)

### Requisites
- Node >= 6
- NPM

### Install

```
npm install a3hrgo-sdk
```

### Usage

``` ts
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