Skip to content

Instantly share code, notes, and snippets.

@danielvlopes
Last active March 8, 2017 02:07
Show Gist options
  • Select an option

  • Save danielvlopes/880545c30c7f64af61dcfdd2b468d4c8 to your computer and use it in GitHub Desktop.

Select an option

Save danielvlopes/880545c30c7f64af61dcfdd2b468d4c8 to your computer and use it in GitHub Desktop.
Applet Cookbook: Flight deals from or to San Francisco
var txt = Ingredients.Text || ""
var price = parseInt((txt.match(/\s\$(\d+)\s/) || [])[1])
if (price > 400) {
EmailDigest.sendDailyEmail.skip("Too expensive")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment