1.0.2 • Published 8 years ago

node_yts v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Node.js YTS API v2 wrapper

In progress

var YTS = require('node_yts');

Currently supported:

  • list movies

    new YTS().listmovies(
    callBack, {query_term: 'Back to the future', quality: '1080p'});

    see all the options on https://yts.me/api#list_movies

  • movie suggestions

    new YTS().movieSuggestion(callBack, {movie_id : 4174});
  • upcoming
    new YTS().listUpcoming(callBack);
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago