node-voxpods
v1.1.1
Published
An API for the podcast app Vox Pods
Readme
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);