ucla-api
v1.0.0
Published
Gets various ucla info such as food menu,events,class lists
Downloads
5
Readme
UCLAnpm
#Dining Hall Usage:
var options = {
diningHall: 0, //0-3, BPlate, Covel, De Neve, Feast
meal: 2, //0-2, breakfast, lunch, dinner
diet: 0, //0-2, normal, vegetarian, vegan
callback: printMenu //callback with 1 param
};
Then call:
UCLA.getMenu(options);
#Class Registrar