236fd074a3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
.yarn/releases | ||
assets | ||
netlify/functions/rss-proxy | ||
script | ||
src | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.yarnrc.yml | ||
LICENSE | ||
netlify.toml | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json | ||
yarn.lock |
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.