Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 437 Bytes

#iosched.js a simple REST service that parses the publicly available 'Iolani iCal schedule to determine the cycle and schedule type

##Dependencies iosched.js requires the following Node modules, which can be installed by running npm install:

  1. express
  2. ical
  3. lodash
  4. xdate

##To run: node index.js

##To query: // for current date GET http://server:3000 // for a specific date GET http://server:3000/2014-05-30