diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c638f9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# WIP: youtube-mango 💾 + +> YouTube metadata extractor inspired by [`youtube-ma` by _CorentinB_][1] + +##### Build + +Install and compile the Go project with `go get github.com/terorie/youtube-mango`! + +If you don't have a Go toolchain, grab an executable from the Releases tab + +##### Project structure + +- _/common_: commonly used HTTP code +- _/data_: Data structures +- _/classic_: Extractor calling the HTML `/watch` API +- _/watchapi_: Extractor calling the JSON `/watch` API + + [1]: https://github.com/CorentinB/youtube-ma