Small project to retrieve LibCal events from their API and embed them into a website.
- You'll need an Apache server with PHP for the index.php file to live.
- You'll need to configure Apache to
access-control-allow-originfor the server you plan to embed your Events into. - Edit both the
.htmlfile and the.phpfile to enter the necessary variables for your specific configuration (API Key, base URLs, etc.) - You'll need to copy the contents of the
.htmlfile into a page on your site where you intend to display the Events.