Like email filters, but for RSS feeds.
๐ Live Version
๐ Project Homepage
(Note: You must have npm and cargo installed.)
git clone https://github.com/bcongdon/rssfilter && cd rssfilter
- Install frontend dependencies:
npm install
- Install backend dependencies:
cargo build
cargo run
npm run start
-
Build the docker image:
docker build -t gcr.io/$PROJECT_ID/rssfilter .
-
Upload to the GCP container image registry:
gcloud docker -- push gcr.io/$PROJECT_ID/rssfilter
-
Deploy to Cloud Run:
TODO
๐ค Benjamin Congdon
- Twitter: @BenRCongdon
- Github: @bcongdon
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Guidelines:
- Make sure that any frontend changes are linted with
npm run lint
- Make sure that any backend changes pass clippy checks (
cargo clippy
), and are properly formatted withrustfmt
.
Give a โญ๏ธ if this project helped you!
- Favicon is RSS by Rafaรซl Massรฉ from the Noun Project
Copyright ยฉ 2019 Benjamin Congdon.
This project is MIT licensed.