Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.28 KB

File metadata and controls

25 lines (18 loc) · 1.28 KB

The Cary Showtimes Scraper

This is currently in prototyping stage just to see what kind of extra logic we'll need to scrape The Cary's showtimes page.

To install

  • Run clone on repo.
  • Make sure you have Node and NPM installed.
  • Open console of choice and nagivate to cloned directory.
  • Run npm install

To run

  • Make sure you installed as above without any errors.
  • Open console of choice and navigate to cloned directory.
  • Run node server.js
  • Open browser and navigate to localhost:8082/scrape

Important Links