I want to build a App that monitors Nike's twitter page from 8:00am - 8:10am. It would be looking for a tweet with a pre-determined set of strings.
If it finds a match, it will launch the link associated with the tweet, add the product to the cart, and relay a notification to the user that the product has been added to cart.
You don't have to go into explicit detail, but the fundamentals of how exactly this app would work would be great. The first part of scanning for tweets, would be relatively easy but manipulating the javascript data inside an app is what makes me doubt my idea.
If it finds a match, it will launch the link associated with the tweet, add the product to the cart, and relay a notification to the user that the product has been added to cart.
You don't have to go into explicit detail, but the fundamentals of how exactly this app would work would be great. The first part of scanning for tweets, would be relatively easy but manipulating the javascript data inside an app is what makes me doubt my idea.