Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 885 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 885 Bytes

Feeder

An open source RSS client. Gets the RSS feed from the specified URL and displays it to the webpage.

Just saying... Some websites won't have their RSS feed working, due to CORS. Unless you wanna write your own middleware, it's a feature. Very intentional.

Currently also hosted at https://feeder-realfx-code.vercel.app/

Requirements

I don't know, I run it with [email protected] without any issues.

Usage

To download the app before you run it...

git clone [email protected]:RealFX-Code/feeder.git
cd feeder
npm install

To run this app, run either of these commands...

npm run dev     # For local development server.
npm run devhost # For a local development server that's exposed to LAN.

To build for production...

npm run build

This will put all build files in ./dist/ Simply host all files in ./dist and you'll officially have feeder runnning!