How to create rss file in node.js?

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

thanks

+6
source share
1 answer

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

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

Next time you will need the node.js module, look here: http://search.npmjs.org/

+6
source

Source: https://habr.com/ru/post/895253/


All Articles