I can has markdown

This commit is contained in:
crunk 2023-07-19 19:59:07 +02:00
parent 1d6b230e8e
commit 186c7baa99

View File

@ -4,9 +4,9 @@ webapi where you can request scheduled rss feed publishing. part of the crunk su
## readme driven development ## readme driven development
* crunk-scheduler should be able to take post request from other applications * crunk-scheduler should be able to take post request from other applications
- set the time something should be added to the rss feed. - set the time something should be added to the rss feed.
- what should be added to the rss feed (think logbot style options) - what should be added to the rss feed (think logbot style options)
- optional: multiple feeds, specify which feed. - optional: multiple feeds, specify which feed.
* crunk-scheduler should have a simple database (sqlite maybe) where the scheduled posts are stored. * 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. * periodically check if there are new things that need to be posted.