Skip to content

gaduimovich/carleton-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

carleton-calendar

Node JS Module to fetch Calendar from Carleton Central

##What is this?

A Node module that logs in to carleton central and fetches the calendar from the specified semester and year.

Usage

var calendar = require("carleton-calendar");

calendar.getCalendar("Student Number", "Pin", "Semester", "Year", function(object) {
	console.log(object);
});

About

Module to fetch calendar from Carleton Central

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published