Rss-To-Json This project is a simple RSS to JSON converter. It is built using NestJS and uses the rss-parser package to parse the RSS feed. Project setup yarn install Compile and run the project # development $ yarn run start # watch mode $ yarn run start:dev # production mode $ yarn run start:prod