1.2.2 • Published 4 years ago

alldebrid v1.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

SDK for Alldebrid :rocket:

This library was built to interact with alldebrid, either globaly using the command line, or in a new project as a dependency.

Enjoy ! :heart:

Install globally

Install the package globally using npm

npm i -g alldebrid
alldebrid set config -a agent -k apikey
alldebrid get torrents

Or you can just use it without installing it using the npx command;

Check out the package api for global use.

Install locally

Install the package locally using npm

npm i alldebrid

then you can use it anywhere in your code

const Alldebrid = require('alldebrid');
const alldebrid = new Alldebrid(agent, apikey);
alldebrid.getTorrentList().then(torrents=>...);

Check out the package api for local use.

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago