A REST API for the Middlebury dining menu.
Updated 2015-11-02
API base url: middmenuapi.herokuapp.com
.
Returns the current day's menu.
Returns the menu for yyyy-mm-dd
.
-
language_tables
is not a default indining_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 asatwater
,ross
, andproctor
. -
Empty entries for meals at Atwater, Ross, and Proctor are represented by
[]
instead ofnull
.
Setup:
$ npm install
Run the server:
$ node app.js