Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcongdon/rssfilter
π Web service for filtering RSS articles
https://github.com/bcongdon/rssfilter
react rss rust
Last synced: about 2 months ago
JSON representation
π Web service for filtering RSS articles
- Host: GitHub
- URL: https://github.com/bcongdon/rssfilter
- Owner: bcongdon
- License: mit
- Created: 2019-06-06T17:51:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:26:45.000Z (about 2 years ago)
- Last Synced: 2023-09-08T15:20:12.416Z (over 1 year ago)
- Topics: react, rss, rust
- Language: TypeScript
- Homepage: https://rssfilter.netlify.app/
- Size: 2.12 MB
- Stars: 30
- Watchers: 2
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RSSFilter
> Like email filters, but for RSS feeds.
### π [Live Version](https://rssfilter.netlify.app/)
### π [Project Homepage](https://github.com/bcongdon/rssfilter#readme)
## Installation
(Note: You must have [npm](https://www.npmjs.com/get-npm) and [cargo](https://rustup.rs/) installed.)
1. `git clone https://github.com/bcongdon/rssfilter && cd rssfilter`
2. Install frontend dependencies: `npm install`
3. Install backend dependencies: `cargo build`## Usage
### Backend
```sh
cargo run
```### Frontend
```sh
npm run start
```## Screenshot
![screenshot](img/screenshot.png)
## Deploying to Google Cloud Run
1. Build the docker image:
`docker build -t gcr.io/$PROJECT_ID/rssfilter .`
2. Upload to the GCP container image registry:
`gcloud docker -- push gcr.io/$PROJECT_ID/rssfilter`
3. Deploy to Cloud Run:
`TODO`
## Author
π€ **Benjamin Congdon**
- Twitter: [@BenRCongdon](https://twitter.com/benrcongdon)
- Github: [@bcongdon](https://github.com/bcongdon)## π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/bcongdon/rssfilter/issues).**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 with `rustfmt`.## 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](https://github.com/bcongdon).
This project is [MIT](https://github.com/bcongdon/rssfilter/blob/master/LICENSE) licensed.