readme driven development
This commit is contained in:
parent
9989a87e99
commit
1d6b230e8e
12
README.md
12
README.md
@ -1,3 +1,13 @@
|
|||||||
# crunk-scheduler
|
# crunk-scheduler
|
||||||
|
|
||||||
webapi where you can request scheduled rss feed publishing
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user