Skip to content

Instantly share code, notes, and snippets.

View patrickoshaughnessey's full-sized avatar

Patrick O'Shaughnessey patrickoshaughnessey

View GitHub Profile
@patrickoshaughnessey
patrickoshaughnessey / HelloWearscript.html
Created May 22, 2014 16:09
[wearscript] HelloWearscript.html
<!-- Sample WearScript -->
<html style="width:100%; height:100%; overflow:hidden">
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<canvas id="canvas" width="640" height="360" style="display:block"></canvas>
<script>
function server() {
WS.log('Welcome to WearScript'); // Write to Android Log and Playground console
WS.say('Welcome to WearScript'); // Text-to-Speech
WS.sound('SUCCESS')