0.3.8 • Published 6 years ago

node-kinozaltv-api v0.3.8

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

API for kinozal.tv

Codacy Badge

Install

npm i node-kinozaltv-api

Quick example

const KinozalTvApi = require('node-kinozaltv-api');

const username = 'username';
const password = 'password';

//use for Tor connection
const socksProxy = {
    ipaddress: 'localhost',
    port: 9050,
    type: 5
};


let kinozalTvApi = new KinozalTvApi(username, password, socksProxy);
kinozalTvApi.authenticate().then(
    res => kinozalTvApi.search({
        title: 'The Big Bang 1080p',
        year: '2017'
    }).then(console.log),
    err => console.error(err)
);

Methods

Authenticate

...

Search

...

Download

...

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago