Create docs/ folder with initial content

Add more documentation on the following topics:
* Running `curl-impersonate` from the command line, including changing
the HTTP headers when needed.
* Using `libcurl-impersonate` in JS and PHP scripts.
This commit is contained in:
lwthiker
2022-09-10 19:07:14 +03:00
parent fa8bdcd4db
commit 27efac6b95
7 changed files with 140 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Using libcurl-impersonate in JS scripts
It is possible to make the `node-libcurl` package work with libcurl-impersonate instead of libcurl. Instructions are currently available in [Issue #80](https://github.com/lwthiker/curl-impersonate/issues/80).