Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlin04/reed-commons-menu

Bon Appetit cafeteria menu
https://github.com/merlin04/reed-commons-menu

bon-appetit cafeteria ocaml reed reed-college

Last synced: about 4 hours ago
JSON representation

Bon Appetit cafeteria menu

Awesome Lists containing this project

README

        

# Reed College Commons menu

[This site](https://menu.enby.land) 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

```shell
opam install .
```

and `menu` will be added to your `PATH`.