Skip to content
forked from jrdnash/umn-node

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

Notifications You must be signed in to change notification settings

cjkenney/umn-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%