A backend less content aggregator for Markdown and RSS. Collect and hoard knowledge like in the 90s!
On the functional side this web app
- allows you to install hundreds of cheat sheets from a curated catalog
- read your installed cheat sheets offline
- "own" the content forever if needed
- search it using the app, stop googling
- embedded feed reader
On the technical side
- Vanilla JS progressive web app with minimal dependencies
- using Cloudflare CORS proxy for RSS
- backend-less offline content caching app
- for now: Web only (mobile is not focus)
- Clone the repo
git submodule init
git submodule update
- Put the content of
www
into your webserver
- To customize the PWA edit
www/js/config.js
. - To add/remove CLI commands edit
www/js/command.js
- Customize check tools in
www/js/views/Checks.js
- Update base URL + title in
www/index.html
andwww/manifest.json
FIXME: describe how to setup SaaS multi status updating!
npm install
npm test
npm start
npm run build