A sample application implementing the Zappos API
Zappify is a sample app that I wrote as a challenge for Zappos. It makes use of their Search, AutoComplete, and CoreValue APIs. You are able to search for items from Zappos.com and have the displayed along with important information about it. You can then enter you email address to be notified when the item discounted to your desired price (default is 20% off). It will check every hour for updated pricing.
SendGrid is used to send the email notifications.
###Note To actually use the project:
* Put your Zappos API Key in the constant defined in ZapposBrain.h.
* Put Your SendGrid username and password in the constants defined in ZapposBrain.h