Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created April 7, 2012 06:40
Show Gist options
  • Save arunoda/2325984 to your computer and use it in GitHub Desktop.
Save arunoda/2325984 to your computer and use it in GitHub Desktop.
How kodeincloud HTML5 API looks like
<!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