{"id":19303224,"url":"https://github.com/pboymt/aria2rpc","last_synced_at":"2025-02-24T01:45:13.331Z","repository":{"id":57183656,"uuid":"198056032","full_name":"pboymt/aria2rpc","owner":"pboymt","description":"The Aria2 RPC library written in TypeScript running on Node.js.","archived":false,"fork":false,"pushed_at":"2019-07-22T04:01:21.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T13:39:59.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pboymt.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}},"created_at":"2019-07-21T12:53:52.000Z","updated_at":"2019-07-22T04:01:23.000Z","dependencies_parsed_at":"2022-08-23T01:20:48.929Z","dependency_job_id":null,"html_url":"https://github.com/pboymt/aria2rpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pboymt%2Faria2rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pboymt%2Faria2rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pboymt%2Faria2rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pboymt%2Faria2rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pboymt","download_url":"https://codeload.github.com/pboymt/aria2rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404688,"owners_count":19796062,"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":[],"created_at":"2024-11-09T23:25:34.962Z","updated_at":"2025-02-24T01:45:12.973Z","avatar_url":"https://github.com/pboymt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aria2RPC\n\nThe Aria2 RPC library written in TypeScript running on Node.js.\n\n## Installation\n\n```bash\n$ npm i aria2rpc\n```\n\n## Usage\n\n```typescript\nimport { Aria2Client } from 'aria2rpc';\n\nconst client = new Aria2Client({\n    secret: 'your secret'\n});\n\n(async () =\u003e {\n    const response = client.getGlobalStat();\n    console.log(response.result); // Aria2 Global Status\n})()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpboymt%2Faria2rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpboymt%2Faria2rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpboymt%2Faria2rpc/lists"}