This is only an example on how to parsing html into rss feed
- npm install
- node parse.js
It will look for all of html files in the current directory then parse it to RSS feed. RSS feed will be saved in /public directory
-
For RSS Feed, check out this site (https://www.npmjs.com/package/feed)
-
For HTML parser, check out this site (https://www.npmjs.com/package/node-html-parser)