This application provides a basic RSS feed loader. All RSS feed URLs can be saved and deleted from a local file.
This allows you to load the feed at a later date. Furthermore, you can favor one single feed to load as
Default when opening the site.
Three feeds are installed by default but can be removed from the localFeed.config.json.
In the unlikely case api.rss2json.com becomes unavailable, implement your own API. Parts and modules are easily replaced!
In order to use this project correctly; you must install Docker.
This project uses my own custom Linux PHP Docker Image.
Use
docker-compose up
to start the application.
You can create your own image with the included Dockerfile. Just use --build as option for this command.
You can access the rssfeed container by using
docker-compose exec rssfeed bash
In the rssfeed container install composer dependencies
composer install