passthepopcorn
v0.8.2
Published
Simple wrapper around the ptp api
Downloads
3
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