Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create an rss file in node.js?

Tags:

node.js

xml

rss

How would I go about generating or updating an rss file in node.js?

Thanks

like image 968
fancy Avatar asked Aug 17 '11 14:08

fancy


1 Answers

https://github.com/dylang/node-rss - RSS feed generator for Node

Fast and simple Javascript-based RSS generator/builder for Node projects.

The next time you need a node.js module, look here: http://search.npmjs.org/

like image 118
thejh Avatar answered Oct 18 '22 03:10

thejh