# 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!