danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 190 forks source link

Create simple_collection #197

Closed pageii closed 6 years ago

pageii commented 7 years ago

Expanding on example usage "simple.js", we can prepare data as a collection. Once streaming "ends", the entire feed can be further processed as an array of objects (e.g. for working with database).

danmactough commented 6 years ago

Thanks for the PR. We have a pointer to a very similar demo in the README now.