https://github.com/danasilver/midd-menu-api
A REST API for menus.middlebury.edu.
https://github.com/danasilver/midd-menu-api
middlebury
Last synced: over 1 year ago
JSON representation
A REST API for menus.middlebury.edu.
- Host: GitHub
- URL: https://github.com/danasilver/midd-menu-api
- Owner: danasilver
- License: mit
- Created: 2013-12-16T00:19:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T13:54:36.000Z (about 10 years ago)
- Last Synced: 2025-01-06T00:42:07.651Z (over 1 year ago)
- Topics: middlebury
- Language: JavaScript
- Homepage: http://middmenuapi.herokuapp.com/
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Middlebury Menu API
A REST API for [the Middlebury dining menu](menus.middlebury.edu).
_Updated 2015-11-02_
## Endpoints
API base url: `middmenuapi.herokuapp.com`.
### `/`
Returns the current day's menu.
### `/yyyy-mm-dd`
Returns the menu for `yyyy-mm-dd`.
## Changelog
### v2.0.0 (November 2, 2015)
- `language_tables` is not a default in `dining_halls`. It is replaced by the
entry for language tables if it exists. This may sometimes be
"Language Tables/Proctor" or something similar. The primary dining halls will
always be present as `atwater`, `ross`, and `proctor`.
- Empty entries for meals at Atwater, Ross, and Proctor are represented by
`[]` instead of `null`.
## Development
Setup:
```sh
$ npm install
```
Run the server:
```sh
$ node app.js
```