get-page
url -> html
Installation
npm install @onepunch/get-pageUsage
const getPage = require('@onepunch/get-page');
const page = await getPage('https://www.google.com');
getPage('https://www.google.com').then(page => console.log(page.html):License
MIT