This application fetches EPG (Electronic Program Guide) for Icelandic television. The application interacts with the Redbee API to obtain the data, processes it, and provides the data in a structured XML format.
- Fetches EPG data in real-time.
- Processes and structures the data into XML.
- Serves the XML data over a web endpoint for easy consumption.
-
Pull the Docker Image from GitHub Container Registry:
docker pull ghcr.io/aronhr/epg:main
-
Clone the Repository (if you haven't already):
git clone git@github.com:aronhr/epg.git cd epg
-
Build and Run with Docker Compose:
docker-compose up -d
-
Access the Application: Once the Docker container is running, the application can be accessed at:
/epg
: Fetch the EPG data in XML format.
Logs for the application are stored in the ./docker-services/epg/logs
directory on the host machine.
If you wish to contribute to this project, please fork the repository and submit a pull request.