Skip to content

Personal project. App to convert RSS feeds to JSON with an option to download converted feeds.

Notifications You must be signed in to change notification settings

vcolesdev/vcolesdev-convert-rss-to-json

Repository files navigation

Vcolesdev - Convert RSS to JSON

Description

This project is a simple microservice that converts an RSS feed to JSON with an option to download the results to your machine.

Features

  • ExpressJS + NodeJS
  • TypeScript
  • rss-to-json

Installation

npm install

Scripts

  • npm run dev - Start the development server
  • npm run build - Build the project
  • npm run format - Format the project using Prettier
  • npm run lint - Lint the project using ESLint
  • npm run start - Start the production server
  • npm run watch - Watch for changes and build the project

License

MIT | webdev@vcoles.com