#scraper A minimalistic web scraper for different applications based on cheerio.js built on top of request.js and inspired by http-agent.js
- install Node.js at (https://nodejs.org/download)
- install request
npm install request
- install cheerio
npm install cheerio
in /lib/scraper.js update the path variable to your sraping needs
var path = "http://website.com/pagetoscrape"
node scraper.js
(C) 2014 Amine Karmouche MIT LICENSE