0.2.1 • Published 7 years ago

op-get-page v0.2.1

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

get-page

url -> html

Installation

npm install op-get-page

Usage

const getPage = require('op-get-page');
const html = await getPage('https://www.google.com');

getPage('https://www.google.com').then(html => console.log(html):

License

MIT