Created
May 11, 2014 20:07
-
-
Save ngsmrk/cd46ee295d1d1c79a64e to your computer and use it in GitHub Desktop.
pebble_2
This file contains 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
Pebble.addEventListener("appmessage", | |
function (e) { | |
console.log("message"); | |
fetch_random_word(); | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment