Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vcolesdev/vcolesdev-convert-rss-to-json
- Owner: vcolesdev
- Created: 2024-03-07T07:46:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T07:47:07.000Z (10 months ago)
- Last Synced: 2024-04-11T08:53:06.832Z (9 months ago)
- Topics: api, express, expressjs, javascript, microservice, nodejs, rss, rss-feed, rss-to-json, typescript
- Language: TypeScript
- Homepage: https://vcolesdev.github.io/vcolesdev-convert-rss-to-json/
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]