Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 602 Bytes

#CanteenClient

The front-end client JavaScript for a Canteen site. This uses the HTML5 History API and jQuery to interact with the Canteen Framework to create an easy-to-build stateless website.

For documentation of the codebase, please see Canteen Client docs.

##Usage

$(function(){
	var site = Canteen.Site.instance;
	site.on('ready', function(){
		// Site is ready!
	});
});

##Dependencies

  • jQuery
  • History.js
  • CanteenFramework

##License##

Copyright (c) 2014 Matt Karl

Released under the MIT License.