Skip to content

Merlin04/reed-commons-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (see here) - if this breaks I'll switch it over to their "legacy" API.

Installing locally

Assuming you have opam installed, just run

opam install .

and menu will be added to your PATH.