From cabacc6bc2924167a81dcab4f844b53401a31f8c Mon Sep 17 00:00:00 2001 From: haturatu Date: Sun, 19 Jan 2025 16:02:43 +0900 Subject: first commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ff8ca9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# curljs +This will load the website that requires JS loading. +Load JS using headless Chrome and return DOM. +## install +```bash +npm install +``` + +## Using +```bash +node curl.js "https://www.google.com/" +``` +Done! -- cgit v1.2.3