grab-page

0.0.3 • Public • Published

grab-page

returns the contents of a webpage wrapped in a promise

Build Status

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

Package Sidebar

Install

npm i grab-page

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • derhowie