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.
yarn install# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
yarn install# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod