Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merlin04/reed-commons-menu
- Owner: Merlin04
- Created: 2023-12-09T09:20:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T21:48:21.000Z (3 months ago)
- Last Synced: 2024-08-27T10:51:58.974Z (3 months ago)
- Topics: bon-appetit, cafeteria, ocaml, reed, reed-college
- Language: OCaml
- Homepage: https://menu.enby.land
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.