Yet Another RSS Reader 🏴‍☠️
Find a file
renovate[bot] 0630a44b82
chore(deps): update dependency eslint-plugin-prettier to v4 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-01 15:39:35 -04:00
.github/workflows chore(deps): update actions/download-artifact action to v3 (#35) 2022-08-01 11:45:30 -04:00
.yarn/releases chore(deps): update yarn to v3.2.2 (#44) 2022-08-01 15:06:36 -04:00
assets docs: diagram (#5) 2021-07-17 13:00:02 -04:00
netlify/functions/rss-proxy fix: chunked responses (#19) 2021-08-02 11:42:45 -04:00
script build: node, yarn updates (#21) 2021-10-15 23:15:21 -04:00
src fix: handle invalid feeds (#28) 2022-08-01 11:25:50 -04:00
.eslintrc.js refactor: react to preact (#15) 2021-08-02 01:26:24 -04:00
.gitattributes docs: diagram (#5) 2021-07-17 13:00:02 -04:00
.gitignore build: node, yarn updates (#21) 2021-10-15 23:15:21 -04:00
.nvmrc chore(deps): update node.js to v16.16.0 (#29) 2022-08-01 11:32:00 -04:00
.yarnrc.yml chore(deps): update yarn to v3.2.2 (#44) 2022-08-01 15:06:36 -04:00
LICENSE Initial commit 2021-07-13 22:40:48 -04:00
netlify.toml refactor: move lots of logic to hooks, declutter (#22) 2022-03-13 10:19:00 -04:00
package.json chore(deps): update dependency eslint-plugin-prettier to v4 (#54) 2022-08-01 15:39:35 -04:00
README.md build: node, yarn updates (#21) 2021-10-15 23:15:21 -04:00
renovate.json chore(deps): add renovate.json (#24) 2022-08-01 11:00:42 -04:00
tsconfig.json refactor: move lots of logic to hooks, declutter (#22) 2022-03-13 10:19:00 -04:00
yarn.lock chore(deps): update dependency eslint-plugin-prettier to v4 (#54) 2022-08-01 15:39:35 -04:00

Yet Another RSS Reader (YARR) 🏴‍☠️

Overview

In a never-ending DIY quest, I've put together this RSS feed reader to keep up with the news. The main requirement observed here is to not require any sort of backend (except for a serverless proxy to get around CORS) and to keep it all as simple as possible.

The reader allows the user to provide RSS feed URLs that should be pulled, settings and fetched results are cached using browser local storage if it's available. The results caching is also used to prevent refetches on load if the cache is fresh enough.

The whole thing runs on Netlify's generous free tier.

Feel free to use it for your own RSS needs and to drop a word or two if you do. 🎉

Developping

. script/bootstrap will set up the correct version of Node (via nvm) as well as Yarn's vim SDK.

Once set up, yarn start will run the application locally (including a local instance of the Netlify function that handles CORS proxying).

Contributing

The project welcomes contributions as long as they fit within the general roadmap, which is still TBD. Any contribution making the bundle smaller will be eagerly reviewed and celebrated as long as it preserves functionality.