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.
- Host: GitHub
- URL: https://github.com/vcolesdev/rss-to-json-transformer
- Owner: vcolesdev
- License: mit
- Created: 2026-03-21T02:26:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-21T21:40:24.000Z (3 months ago)
- Last Synced: 2026-05-02T14:39:30.103Z (2 months ago)
- Topics: javascript, json, nodejs, rss, rss-feed, transformer, typescript
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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