podcast-feed

1.0.6 • Public • Published

podcast-feed

podcast-feed is a really simple and straightforward podcast feed reader. Just install using the npm install podcast-feed command and require it within your Node project. To get started using podcast-feed, all you need is the following code snippet.

var podcastFeed = require("podcast-feed")

podcastFeed.parse(url, function(podcast) {
    // calls back with a Podcast object
});

Documentation

You can read more documentation on the jsdoc here.

Issues or bugs

Any issue or bug reports are welcome and are hugely helpful to the project. Just head over to the Issues tab on GitHub and add an issue.

Readme

Keywords

none

Package Sidebar

Install

npm i podcast-feed

Weekly Downloads

0

Version

1.0.6

License

ISC

Last publish

Collaborators

  • justinvos