summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-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))