Created
April 7, 2012 06:40
-
-
Save arunoda/2325984 to your computer and use it in GitHub Desktop.
How kodeincloud HTML5 API looks like
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>kodeincloud HTML5</title> | |
<script type="text/javascript" src="http://static.kodeincloud.com/html5.min.js?appkey=3f76818f507fe7eb6422bd0703c64c88"></script> | |
<script type="text/javascript"> | |
kic.invoke('hello', {name: "arunoda susiripala"}, function(err, resp) { | |
//you can do whatever you want | |
}); | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment