@onepunch/get-page

0.3.2 • Public • Published

get-page

url -> html

Installation

npm install @onepunch/get-page

Usage

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

Package Sidebar

Install

npm i @onepunch/get-page

Weekly Downloads

1

Version

0.3.2

License

MIT

Last publish

Collaborators

  • adjusted