Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.73 KB

File metadata and controls

40 lines (27 loc) · 1.73 KB

FeederReader

Your daily news digest

Xcode 8.2+ iOS 8.0+ Swift 3.0+ Build Status Platform

Screenshots

screen shot 2017-12-14 at 3 19 15 pm

Features

  • Bold design with smooth user interactions
  • News feed sourced from The New York Times API
  • Content delivered as browse and search experiences
  • Allow the user to click on a photo and read the article to which the photo relates
  • Allow the user to share individual photos and stories via social media
  • Look great in both landscape and portrait modes and reflect Material Design principles
  • Not crash or hang and should handle for when networking/internet is slow or unavailable
  • Included Local Notifications feature
  • Used Auto Layout and custom tableview pattern

API's used:

  • New York Times: Top Stories The Top Stories API returns a list of articles and associated images currently on the specified section

  • New York Times: Article Search The Article Search API provides lists of NYT articles by month going back to 1851. Simply pass in the year and month you want and it returns a JSON object with all articles for that month.