1.1.2 • Published 6 months ago

aria2-wrapper v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Aria2 Wrapper

This is a fully-typed fully-features wrapper for Aria2 JSON RPC API. It is written in TypeScript.

It has the goal to make a real wrapper for Aria2, because none of the existing ones are complete. Some exists, but they aren't compatible on browsers so not for webapps like Tauri.

Installation

pnpm install aria2-wrapper

Usage

import { Aria2 } from 'aria2-wrapper';

async function main() {
    const aria = Aria2();
    await aria.connect();
    
    const res = await aria.getVersion()
    console.log(res);
}

main();

Author

Pierre BIDET, Veagle Team

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago