Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Personal project. App to convert RSS feeds to JSON with an option to download converted feeds.
https://github.com/vcolesdev/vcolesdev-convert-rss-to-json

api express expressjs javascript microservice nodejs rss rss-feed rss-to-json typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
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 | [email protected]