{"id":14965733,"url":"https://github.com/testica/a3hrgo-sdk","last_synced_at":"2025-10-25T12:30:38.553Z","repository":{"id":43372598,"uuid":"186988331","full_name":"testica/a3hrgo-sdk","owner":"testica","description":"a3HRgo sdk to automatize your reports","archived":false,"fork":false,"pushed_at":"2023-05-01T03:30:12.000Z","size":196,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T07:11:11.184Z","etag":null,"topics":["a3hrgo","crawler","javascript","puppeteer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-16T08:44:09.000Z","updated_at":"2022-04-05T12:15:01.000Z","dependencies_parsed_at":"2024-09-14T00:12:05.174Z","dependency_job_id":"f5feb5ec-8714-4b62-a71e-e9f8420f287f","html_url":"https://github.com/testica/a3hrgo-sdk","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.4,"last_synced_commit":"acf5e78e2524df40ef2e971ac05b6b9800af354a"},"previous_names":["testica/a3hrgo-assistant"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testica%2Fa3hrgo-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testica%2Fa3hrgo-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testica%2Fa3hrgo-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testica%2Fa3hrgo-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testica","download_url":"https://codeload.github.com/testica/a3hrgo-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238137862,"owners_count":19422715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a3hrgo","crawler","javascript","puppeteer"],"created_at":"2024-09-24T13:35:12.800Z","updated_at":"2025-10-25T12:30:33.225Z","avatar_url":"https://github.com/testica.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a3HRgo SDK\n[![npm version](https://badge.fury.io/js/a3hrgo-sdk.svg)](https://badge.fury.io/js/a3hrgo-sdk)\n\n### Requisites\n- Node \u003e= 6\n- NPM\n\n\n### Install\n\n```\nnpm install a3hrgo-sdk\n```\n\n### Usage\n\n``` ts\nimport { A3hrgo } from 'a3hrgo-sdk';\n\nconst a3hrgo = new A3hrgo({\n     id: \"xxxx\", password: \"xxxx\"\n});\n\n// Do a report\n(async () =\u003e {\n    await a3hrgo.report();\n})();\n\n```\n\n### API\n\n- `A3hrgo(credentials, options)` class constructor\n    - credentials: object\n        - id: string\n        - password: string\n    - options: object\n        - showInterface: boolean to enable/disable headless chrome\n\n- `report()` async method class to do a report\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestica%2Fa3hrgo-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestica%2Fa3hrgo-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestica%2Fa3hrgo-sdk/lists"}