Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Created May 11, 2014 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngsmrk/cd46ee295d1d1c79a64e to your computer and use it in GitHub Desktop.
Save ngsmrk/cd46ee295d1d1c79a64e to your computer and use it in GitHub Desktop.
pebble_2
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