0.3.8 • Published 8 years ago

node-kinozaltv-api v0.3.8

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 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

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago