Skip to content

Instantly share code, notes, and snippets.

@karimmorta
karimmorta / app.js
Created April 15, 2015 15:59 — forked from AlSquire/app.js
/**
* Welcome to Pebble.js!
*
* This is where you write your app.
*/
var UI = require('ui');
var ajax = require('ajax');
function fetchJSON(url) {