1.0.2 • Published 8 years ago
node_yts v1.0.2
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);