I created a thingspeak channel (feed) which monitors Twitter streaming API. My feed gets updated once a new tweet is sent out with matching criteria I've set. I working on writing an Arduino sketch which sets pin 13 high for one second when my feed gets updated. I have a working GET request, but I do not know how to parse the feed and check to see if it has received a new update.
As a starting place, I'm using a sketch provided by thingspeak which was designed to check their feed for an update, grab a keyword from the tweet, and change lights colors base on that keyword. I've modified most of the sketch removing the parts associated with GE light library from the original. My issue is understanding what needs to be checked in my loop. Here is the sketch I've been working on: http://pastebin.com/NP13A2Ht.