grab-page
v0.0.3
Published
Grab page wrapped in a promise
Downloads
10
Maintainers
Readme
grab-page
returns the contents of a webpage wrapped in a promise
Install
$ npm install --save grab-page
Usage
import grab from 'grab-page';
grab('http://www.example.com').then(data => {
// do something with data
console.log(data);
});
License
MIT © Christopher Howard