UNPKG

extratorrent-api

Version:
12 lines (8 loc) 289 B
'use strict'; // Import the neccesary modules. const ExtraTorrentAPI = require('../extratorrent-api').Website; const extraTorrentAPI = new ExtraTorrentAPI(); // Execute a simple search extraTorrentAPI.search('ettv') .then(res => console.log(res)) .catch(err => console.error(err));