rm-scraper

1.0.0 • Public • Published

How to use

scraper.load(url) will return a promise that yields an cherrio instance.

const Scraper = require('./scraper/scraper');

var scraper = new Scraper;
var page = scraper.load('http://www.google.com');
    page.then(function($){
    	console.log($('body').text());
        });

Readme

Keywords

none

Package Sidebar

Install

npm i rm-scraper

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • thelettereproduction