passthepopcorn
v0.8.3
Published
Simple wrapper around the ptp api
Readme
Passthepopcorn
Simple wrapper around the ptp api
Usage
import PassThePopcornClient from 'passthepopcorn'
const ptpClient = new PassThePopcornClient('ptpUser', 'ptpApiKey')
console.log(await this.ptpClient.searchByImdbId('tt0062622'))Use the types for the full 'documentation', things should be pretty self explanatory
