Last active
August 29, 2015 14:13
-
-
Save josephpconley/adcca77c201b3f5a55b7 to your computer and use it in GitHub Desktop.
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
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