vcolesdev / vcolesdev-convert-rss-to-json

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

Home Page:https://vcolesdev.github.io/vcolesdev-convert-rss-to-json/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://vcolesdev.github.io/vcolesdev-convert-rss-to-json/


Languages

Language:TypeScript 79.7%Language:HTML 13.9%Language:JavaScript 6.5%