1.1.1 • Published 5 years ago
node-voxpods v1.1.1
node-voxpods
An API for the podcast app Vox Pods
Usage
const VoxPods = require('node-voxpods');
const vox = new VoxPods();Search
vox.search(searchTerm);Get episodes
vox.getEpisodes(showId);Get all lists
vox.getAllLists((limit = 15));Get list
vox.getList(listId);