ajay-gandhi / cs3300-p1

Project 1 for CS 3300

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 3300, Project 1

Scraper

The scraper is written in Node.js and uses these modules (install them with npm install first):

  • request-promise
  • cheerio

Once you've installed the modules run:

$ node scraper.js [filename]

The scraper will save the data to the optional filename parameter or in 'data.json'.

About

Project 1 for CS 3300


Languages

Language:HTML 76.1%Language:JavaScript 17.0%Language:CSS 6.9%