Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 554 Bytes

D-Planner Scraper

Scrapes various sites for Dartmouth class data, commits to d-planner/data.

Stack

  • express
  • cheerio
  • isomorphic-git

Architecture

src/
├── controllers/                         # interpret requests and manage high-level processes
├── scrapers/                            # retrieve and parse site data
├── helpers/                             # general helpers (i.e. git integration)
└── routes/                              # map routes to controllers