Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.22 KB

File metadata and controls

50 lines (36 loc) · 1.22 KB

feedgen

A web service to generate Atom feeds from websites.

Supported Sites and Examples

Getting Started

Prerequisites

  • Docker (version 20.10 or later)
  • Docker Compose (version 2.0 or later)

Installation

Build the Docker image:

docker compose build

Start the application with Docker Compose:

docker compose up -d

The service is available at http://localhost:8080.

License

feedgen is released under the MIT license.