Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.05 KB

Digester

Status

Please note that this is not actively maintained and therefore may very well not actually work as is.

Info

Digester is a pretty straightforward web application with a frontend (Vue.js) and backend (Rust/rocket.rs). The backend is split up in two parts: the api and the worker. The api serves web requests and the worker periodically pulls from channels (rss feeds, twitter api, etc), fills the db and decides whether a user needs to receive an email.

Local Dev

Take a look at the run.sh script, as I use that to do most common tasks.

Update Cargo/Clippy/RLS