node-rssparser icon indicating copy to clipboard operation
node-rssparser copied to clipboard

🚀RSS/ATOM feed parser that returns the requested feed urls in a simple json object

Results 6 node-rssparser issues
Sort by recently updated
recently updated
newest added

If I want to go the other way around and convert an object into an XML feed can I do this with rssparser?

Getting an error when I initialize the parser. Module not found: Can't resolve '../build/Debug/iconv.node'

Hello, I was trying out this repo and i cant get it to build correctly. bunch of error regarding node-gyp. `0 info it worked if it ends with ok 1...

http://martinfowler.com/feed.atom The summary element is empty for example. The feed itself validates

parser.addListener: end and error both trigger callback if there is trouble with xml. ``` javascript parser.addListener('end', function(jsonDOM) { if (jsonDOM) { //... if (callback) callback(null, output); } else { if...