cloudlena / rss-viewer

A static webpage to view any RSS feed

Home Page:https://cloudlena.github.io/rss-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSS Viewer

📺 A static webpage to view the weather and any RSS feed. This can be used on an E Ink display or small screen in your home (e.g., Inklay).

There is a Demo available.

Usage

You can either self-host RSS Viewer or use the deployed version at https://cloudlena.github.io/rss-viewer.

Open the app providing a location query string parameter for the weather and a feed one containing the URL-encoded URL of the RSS feed you want to view. E.g., ?feed=https%3A%2F%2Fwww.srf.ch%2Fnews%2Fbnf%2Frss%2F19032223 to view the feed at https://www.srf.ch/news/bnf/rss/19032223.

Available Scripts

In the project directory, you can run:

npm run dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

The viewer is deployed at https://cloudlena.github.io/rss-viewer/ and can be used there for free.

To host your own instance, you can deploy the dist folder to any static host provider (GitHub Pages, Netlify, Surge, Now, etc.).

About

A static webpage to view any RSS feed

https://cloudlena.github.io/rss-viewer/

License:GNU General Public License v3.0


Languages

Language:TypeScript 85.7%Language:HTML 8.7%Language:JavaScript 3.0%Language:CSS 2.7%