1.0.2 • Published 6 years ago

scrap-grabber v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Scrap-Grabber

Instructions:

  • Grab the grabber from npm.
  • Enter your most favorite site and desired word to catch.
  • Watch the your pc as it pukes out the html you wanted...
var scrap_grabber = require('scrap-grabber');

scrap_grabber.textgrab('package', 'https://www.npmjs.com');

scrap_grabber.imggrab('https://www.npmjs.com', 
        downloadImg=false, 
        writeHTML=true
        );