Skip to content

DanieltheDeveloper/RSS-Feed-Application

Repository files navigation

RSS Feed Application

Introduction

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. screenshot.png

In the unlikely case api.rss2json.com becomes unavailable, implement your own API. Parts and modules are easily replaced!

Docker

In order to use this project correctly; you must install Docker.
This project uses my own custom Linux PHP Docker Image.





Getting Started

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.


Access Rssfeed Container

You can access the rssfeed container by using

docker-compose exec rssfeed bash

Composer Dependencies

In the rssfeed container install composer dependencies

composer install

Congratulations! You can now start using the application under RSS Feed Application

About

RSS Feed Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published