An open API service indexing awesome lists of open source software.

https://github.com/alexdevero/rss-finder-web-app

Web app to help you find URLs for existing RSS feeds from website URLs.
https://github.com/alexdevero/rss-finder-web-app

app rss webapp

Last synced: 6 months ago
JSON representation

Web app to help you find URLs for existing RSS feeds from website URLs.

Awesome Lists containing this project

README

          




Dependency Status
devDependency Status
MIT License

# RSS Finder Web App

[Live App](https://rss-finder-web-app.vercel.app/)

Web app to help you find URLs for existing RSS feeds from website URLs.

### Table of contents

* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)

### Install

#### Clone this repo

```bash
git clone https://github.com/alexdevero/rss-finder-web-app.git
```

#### Install dependencies

```bash
npm install
```

or

```bash
yarn
```

### Usage

#### Run the web app

```bash
npm run dev
```

or

```bash
yarn run dev
```

#### Build the web app

```bash
npm run build
```

or

```bash
yarn run build
```

### Support this project

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,
this takes time. You can use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).

If you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

- Starring and sharing the project
- [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)—make one-time donations via PayPal.
- [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)—set up monthly donation via Patreon and get interesting news about what I'm doing.
- bitcoin—send bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.

Thank you!

### Code of Conduct

[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

### License

MIT © [Alex Devero](https://alexdevero.com).