Skip to content

Instantly share code, notes, and snippets.

@josephpconley
Last active August 29, 2015 14:13
Show Gist options
  • Save josephpconley/adcca77c201b3f5a55b7 to your computer and use it in GitHub Desktop.
Save josephpconley/adcca77c201b3f5a55b7 to your computer and use it in GitHub Desktop.
ws(get, https://maps.googleapis.com/maps/api/geocode/json?address={{urlEncode "3401 Market St., Philadelphia, PA 19104"}});
this.body.results[0].geometry.location;
ws(get, "https://api.forecast.io/forecast/<apiKey>/{{lat}}, {{lng}}");
if(this.body.currently.temperature < 40, sms(<joe_cell_num>, "Bring a coat Joe!"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment