A devchat.tv's client.
$ npm i devchat
constdevchat=require('devchat');devchat.getPodCasts('category').then((res)=>{console.log(res);}).catch((err)=>{console.error(err);});devchat.getPodCast('category','title').then((res)=>{console.log(res);}).catch((err)=>{console.error(err);});