On my node.js server I have some JSON that I need to convert to an RSS feed. What is the best way to do this? After doing the conversion it will need to output/overwrite an RSS file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
consider using https://github.com/dylang/node-rss
example:
test.json:test.js:run
node test.jswill generate thefeed.xml: