Skip to content

spencer-p/ucscdining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

UCSC Dining Go Library

GoDoc

Package ucscdining implements a wrapper to retrieve UCSC dining hall menus on the web.

This library is reverse engineered from observing UCSC dining's nutrition site, available at http://nutrition.sa.ucsc.edu/.

The menus are exposed fluently. To get the current menu at Porter:

menu, err := PorterKresge.GetMenu()

Or to get the menu on some other date:

t := time.Parse("01/02/2006", "01/05/2018")
menu, err := CollegesNineTen.On(t).GetMenu()

The library does not yet parse the result from UCSC.

About

go library to get ucsc dining menus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages