offcloud-api

1.0.2 • Public • Published

Usage example

npm install offcloud-api --save
const OffcloudClient = require('offcloud-api')
const OC = new OffcloudClient('Your API Token')

OC.instant.cache(['infoHash1', 'infoHash2']).then(results => console.log(results));
OC.cloud.download('someMagnetLink').then(results => console.log(results));
OC.cloud.history().then(results => console.log(results));

Readme

Keywords

Package Sidebar

Install

npm i offcloud-api

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

380 kB

Total Files

9

Last publish

Collaborators

  • thebeastlt