rssfilter
rssfilter copied to clipboard
π Web service for filtering RSS articles
RSSFilter
Like email filters, but for RSS feeds.
π Live Version
π Project Homepage
Installation
(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
Usage
Backend
cargo run
Frontend
npm run start
Screenshot
Deploying to Google Cloud Run
-
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
Author
π€ Benjamin Congdon
- Twitter: @BenRCongdon
- Github: @bcongdon
π€ Contributing
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
.
Show your support
Give a βοΈ if this project helped you!
Asset Attribution
- Favicon is RSS by RafaΓ«l MassΓ© from the Noun Project
π License
Copyright Β© 2019 Benjamin Congdon.
This project is MIT licensed.