Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 558 Bytes

Reed College Commons menu

This site provides a lightweight and fast way to view the Reed College dining hall menu and hours. It's built entirely in OCaml using the Dream web framework. Right now, it gets data by scraping the Bon Appetit website - they used to have a "legacy" API but unauthenticated access to it was turned off at some point so I think this is the best way to get this data?

Installing locally

Assuming you have opam installed, just run

opam install .

and menu will be added to your PATH.