Fork this repository and build an app that does the following:
-
Pulls in the rss feed from http://feeds.wired.com/wired/index?format=rss
-
Displays the news headlines in reverse chronological order (max 10 per page)
-
When a headline is clicked you should use an ajax call to to expand and display the item description under the headline
You'll get bonus points for adding the ability to comment on stories
Upload your app to Heroku so we can see it running
Send us a pull request