Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 476 Bytes

UNAPEC Pensum Tracker - Scraper

Web scraper part of the UNAPEC Pensum Tracker project.

The file pensum-pages.js holds the links which the scraper will, well, scrape. Said file is imported in the index.js and then iterated. The result is a JSON file with the name "pensums.json" in the same directory.

How to run?

  1. Run npm install in scraper directory
  2. Run npm start or npm run dev in the scraper directory
  3. Profit ???