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

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

A small application that converts an RSS feed to JSON with an option to download the results to your machine.
https://github.com/vcolesdev/rss-to-json-transformer

javascript json nodejs rss rss-feed transformer typescript

Last synced: 22 days ago
JSON representation

A small application that converts an RSS feed to JSON with an option to download the results to your machine.

Awesome Lists containing this project

README

          

# RSS to JSON Transformer

## Description

Converts an RSS feed to JSON with an option to download the results to your machine.

## 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