summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-05-30 15:50:45 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-05-30 15:50:45 -0700
commitf4db431041b09570a9bd17a13c958e3ef3263964 (patch)
treee5f7c6fce221112e01117de6f3ee6519eb018e57
parent030cd70495da9d8d1070b9c7c14b8ff469464cb9 (diff)
Add TODO with cookbook links
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..5a88597
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,12 @@
+# TODO
+
+1. Clap
+ - [setup](https://rust-lang-nursery.github.io/rust-cookbook/cli/arguments.html#parse-command-line-arguments)
+ - [handle version properly](https://docs.rs/clap/2.33.1/clap/macro.crate_version.html)
+2. Hit SO API
+ - [json specs](https://rust-lang-nursery.github.io/rust-cookbook/encoding/complex.html#serialize-and-deserialize-unstructured-json)
+ - [hitting api](https://rust-lang-nursery.github.io/rust-cookbook/web/clients/apis.html)
+3. Parse markdown
+
+### resources for later
+1. [scraping with reqwest](https://rust-lang-nursery.github.io/rust-cookbook/web/scraping.html))