Skip to content
Jonathan Damico edited this page Sep 15, 2015 · 3 revisions

#API
##Usage
Please feel free to use this API, but please give credit to the Harvard-Westlake Tech Council.

##Views
The best way to use these views is to embed them with an iframe.
Example:
<iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 100%; border: 0px; display: inline;'></iframe>

###Now View
Upper School: http://ihwapp.com/now/u
Middle School: http://ihwapp.com/now/m

###Today View
Upper School: http://ihwapp.com/today/u
Middle School: http://ihwapp.com/today/m

###Day View
Replace YEAR, MONTH, and DATE with the year, month, and date of the day you wish to display respectively.
Upper School: http://ihwapp.com/day/u/YEAR/MONTH/DATE
Middle School: http://ihwapp.com/day/m/YEAR/MONTH/DATE

###Infocenter View
Replace LOCATION with the location of the infocenter you wish to display.
Upper School: http://ihwapp.com/infocenter/u
Upper School with Location: http://www.ihwapp.com/infocenter/u?loc=u_LOCATION
Middle School: http://ihwapp.com/infocenter/m
Middle School with Location: http://www.ihwapp.com/infocenter/m?loc=m_LOCATION

Clone this wiki locally