1.0.0 • Published 8 years ago

umn v1.0.0

Weekly downloads
7
License
-
Repository
github
Last release
8 years ago

umn-node

An API to interface with the University of Minnesota's website.

var umn = new (require('umn'))('userx123', 'password123');

Installation

npm install umn

Authentication

All of umn-node's functions will auto-authenticate using the provided credentials, so there's no need to worry about session expiration.

API documentation

Class schedule

umn.schedule((err, schedule) => console.log(schedule));

Balance (Gopher Gold, FlexDine, etc.)

umn.balance((err, balance) => console.log(balance));