Skip to content

alainrk/llrss

Repository files navigation

LLRSS (Long Live RSS)

[Under Development]

Build Status

Keep RSS alive.

Overview

LLRSS is an RSS feed reader that helps you stay on top of your favorite content sources without the noise of social media algorithms.

Prerequisites

  • Go 1.21 or later
  • Make (for build automation)
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/alainrk/llrss.git
cd llrss
  1. Install dependencies:
go mod download
  1. Build the application:
make build

Quick Start

  1. Run the application:
make run
  1. For development with hot reload:
make run/live

The server will start at http://localhost:8080 (or your configured port).

Development

Testing

Run all tests:

make test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Long Live RSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published