Technologies Used
Objective-CPHP
MySQL
About
iOS application which gives you insights on what's happening around the world in the last 24 hours. It's basically an RSS reader but it only gives out the most popular and trending articles intended for quick viewing. On the server-side, a fetcher reads the RSS feeds from various websites and stores it on the database. It tries to determine the most popular / trending articles by using a "word matching" algorithm on the article titles. iOS app gets these data from an API which reads it from the server's database.
Comments
No comments yet