RunKit + npm: podcast-partytime

node v14.20.1
version: master
endpointsharetweet
var pt = require("podcast-partytime") const fetch = require('node-fetch'); const url = "http://mp3s.nashownotes.com/pc20rss.xml"; fetch(url).then(resp => resp.text()) .then(xml => console.log(pt(xml)));
Created from: https://npm.runkit.com/podcast-partytime
Loading…

no comments

    sign in to comment