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.
- Run
npm install
inscraper
directory - Run
npm start
ornpm run dev
in thescraper
directory - Profit ???