anchorfm-episodes

1.0.0 • Public • Published

AnchorFM Episodes

Easily retrieve the list of all a podcast episodes

Installation

  • Using npm
$ npm install anchorfm-episodes

Usage

const listAnchorEpisodes = require("anchorfm-episodes");

// Replace with your RSS feed url from anchor: https://help.anchor.fm/hc/en-us/articles/360027712351-Locating-your-Anchor-RSS-feed
const rssUrl = "YOUR_RSS_FEED_URL";
listAnchorEpisodes(rssUrl)
  .then((episodes) => {
    // Do whatever you want with your episodes e.g Embed on your site
  })
  .catch(console.error) // Handle any errors

Author

George Benjamin

Readme

Keywords

Package Sidebar

Install

npm i anchorfm-episodes

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.63 kB

Total Files

4

Last publish

Collaborators

  • georgeben