From 1d6b230e8e2cc8d790f4c61366851b51dd4d7489 Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 19 Jul 2023 19:54:24 +0200 Subject: [PATCH] readme driven development --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f7c7b..01a47e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # crunk-scheduler -webapi where you can request scheduled rss feed publishing \ No newline at end of file +webapi where you can request scheduled rss feed publishing. part of the crunk suite of software + +## readme driven development +* crunk-scheduler should be able to take post request from other applications + - set the time something should be added to the rss feed. + - what should be added to the rss feed (think logbot style options) + - optional: multiple feeds, specify which feed. + +* crunk-scheduler should have a simple database (sqlite maybe) where the scheduled posts are stored. +* periodically check if there are new things that need to be posted. +* generate the rss feed.