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

Canteen/CanteenClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

The front-end client JavaScript for a Canteen site

Resources

License

Stars

Watchers

Forks

Packages

No packages published