/cs3300-p1

Project 1 for CS 3300

Primary LanguageHTML

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'.