tk120404 / node-rssparser

🚀RSS/ATOM feed parser that returns the requested feed urls in a simple json object
http://www.laymansite.com
63 stars 20 forks source link

How to save rss data to database (Like Mongoose)? #15

Closed cmpsoares91 closed 10 years ago

cmpsoares91 commented 10 years ago

Hi guys the node-rssparser module looks awesome, but how can I select every individual parameter like title, link, etc. and save it to a database. I'm kinda rookie in node, and was expecting somekind of a getter method, wich would be awesome though!

Thanks in advance! ;-)

tk120404 commented 10 years ago

Please check the examples of mongoose

Check the aggregate example as well.

Monk for Mongodb