0.3.2 • Published 7 years ago

@onepunch/get-page v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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