@sesamy/podcast-parser
TypeScript icon, indicating that this package has built-in type declarations

1.2.8 • Public • Published

podcast-parser

A library for parsing podcast feeds to JSON and the Sesamy format. It also provides a function to serizalize a feed to an RSS file.

Installation

npm install @sesamy/podcast-parser

Usage

const { parseFeedToJson, parseFeedToSesamy } = require('@sesamy/podcast-parser');

const podcastFeed = await parseFeedToJson(podcast_feed_url);
const sesamyPodcastFeed = parseFeedToSesamy(podcastFeed);

// And serialize the feed back to an RSS file
const rssFeed = serializeFeedToRss(podcastFeed);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.8
    2
    • latest

Version History

Package Sidebar

Install

npm i @sesamy/podcast-parser

Weekly Downloads

7

Version

1.2.8

License

none

Unpacked Size

973 kB

Total Files

7

Last publish

Collaborators

  • kortes
  • julianidiart
  • markusahlstrand