wavereader
v1.0.1
Published
wavereader is a really simple and straightforward podcast feed reader.
Downloads
2
Readme
wavereader
wavereader is a really simple and straightforward podcast feed reader. Just install using the npm install wavereader
command and require it within your Node project. To get started using wavereader, all you need is the following code snippet.
var wavereader = require("wavereader")
wavereader.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.