summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2021-09-05 13:41:20 +0000
committerRafael Marçalo <raroma09@gmail.com>2021-09-05 13:41:20 +0000
commite582ec919d4fdb9d98c540c44589f6d75fbbb823 (patch)
tree43c4270c6750dddc2f4a6506578347f284baa5aa /README.md
parent62879b76d365c5c7d03b76aeab89f99722ab36a1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5a9803..4248549 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,11 @@ API keyless YouTube querying tool in C
This program makes a quick youtube query of a inputted query and uses the [libcurl](https://curl.se/libcurl/) libraries to download the full HTML page and scrape the query json form the HTML, then uses [json-c](https://github.com/json-c/json-c) libraries to search for videos array and displays this videos information according to user passed arguments.
+## Dependencies
+
+* [libcurl](https://curl.se/libcurl/) *(curl)*
+* [json-c](https://github.com/json-c/json-c) *(present on most linux distros)*
+
## How to use
### Install