Skip to content

Commit

Permalink
Moar Emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
DVG committed Dec 30, 2015
1 parent 9fa6ec9 commit 0c4b4a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/apple-pencil
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ browser.goto "http://www.bestbuy.com/site/apple-apple-pencil-for-ipad-pro-white/
cart_button = browser.div(class: 'cart-button')

if cart_button.text != "Sold Out Online"
notify "Check bestbuy.com to buy", title: 'Apple Pencil Available'
notify "✨✨✨✨✨✨ Check bestbuy.com to buy ✨✨✨✨✨✨", title: 'Apple Pencil Available'
else
notify "💔 Still Nothing", title: 'No Dice'
end

browser.close

0 comments on commit 0c4b4a5

Please sign in to comment.