1.0.6 • Published 7 years ago

podcast-feed v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago