From 8e93dd055eef1e575d1b5475d450341660eb8599 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 20 Sep 2024 18:51:05 +0100 Subject: [PATCH] Add some README cruft --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b509dd..0763803 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ -# PHP Project Template +# Baleen -This is a template for PHP projects. It includes a basic project structure, with Doctrine ORM +Podcast & RSS feed filtering +## What is it + +A little service that takes an RSS feed and allows you to apply filters to the feed items, producing a new RSS feed link. + +## Why? + +Apple Podcasts doesn't have decent filtering/playlist creation tooling, and I wanted to split some of the podcasts I subscribe to into some of the different episode variants they produce. + +It's called Baleen, because that's what whales use to filter out the krill from the water. ## Installation @@ -11,7 +20,7 @@ This is a template for PHP projects. It includes a basic project structure, with ## Running locally -1. Run `php -S localhost:8000 -t public` to start the web server +1. Run `php -S localhost:8000` to start the web server ## Running tests