Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

File metadata and controls

33 lines (22 loc) · 1.06 KB
 it.com presents:
  ______ _______ _______       ______ _______ _______ ______  _______  ______
 |_____/ |______ |______      |_____/ |______ |_____| |     \ |______ |_____/
 |    \_ ______| ______|      |    \_ |______ |     | |_____/ |______ |    \_

Show us how you write code!

It's a timed exercise, so don't belabor options. If you have to make a decision, do so quickly; if it turns out to be a bad one, revisit it when you need to.

The Task

  • Allow the user to enter a url for an RSS feed and go out and collect the information for that rss feed.

  • Process the feed. The interface should show n number of results as links to the articles in the feed.

  • The results should last through a browser refresh.

This list obviously leaves a lot of decisions up to you; that's by design. As long as your Reader meets these requirements, the rest is up to you.

rss_reader_clean.html is a skeleton framework should you want to use it, but it is very bare-bones.

We ask that you please do not publish this publicly.

Let us know if you have any questions. Good luck!