blob: 5ff8ca96c4f8649458eca499e75a9fdc0228c014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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!
|