UNPKG

yts-api-node

Version:

A promised based node module to interact with the yts.mx api

3 lines (2 loc) 115 B
import { details } from './main'; details({ movie_id: 'tt2267998' }).then(response => console.log(response.data));