-Develop system that scans Twitter for image uploads then displays them to the user.
-The System should scale to any smartphone, tablet, laptop, or desktop.
-The System should use HTML5 when possible to store details relating to the user’s useage of the system.
-The System should log local user behavior as well as aggregate global useage.
-The System should have filters to look for tweets from individual users, as well as including/excluding certain keywords.
-The System should allow tweets to appear via different posting methods.
-Server uses combination of PHP, Node.js, and Now.js to log user details, client uses HTML/CSS/JS/Now.js.
-Server utilizes advanced searches across the Twitter Search API to retrieve tweets to view.
-Server keeps track of operating system, screen size, average and total time on page, images seen, and other attributes.
-Client retrieves different sized images depending on resolution of the current window.
-Client application redraws itself based on device orientation.