|
|
@ -14,11 +14,12 @@ a CLI tool to post updates to crunk-scheduler. |
|
|
|
## Learning Rust. |
|
|
|
* [clap is a Command Line Argument Parser for Rust](https://docs.rs/clap/latest/clap/) |
|
|
|
* [reqwest is a convenient, higher-level HTTP Client](https://docs.rs/reqwest/latest/reqwest/) |
|
|
|
* [Tokio is an asynchronous runtime for the Rust programming language.](https://tokio.rs/) |
|
|
|
|
|
|
|
## Readme driven development |
|
|
|
* have crunk-scheduler do all the conversion to html in rss. |
|
|
|
* make this as simple as possible |
|
|
|
- post a simple text |
|
|
|
- post markdown or html snippets |
|
|
|
- post files |
|
|
|
- post markdown |
|
|
|
- post media files (jpeg, mp3, mp4 etc) |
|
|
|
* be able to set a time when something is scheduled. |
|
|
|