This README.md file aims to illuminate in detail the steps required to MostPopular feed of New York Times.
Build a simple app to hit the NY Times Most Popular and Most View Feed/Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app)
API key has generated through the signup of https://www.nytimes.com/. Implemented MostViewed API using dataTaskWithRequest method in NYTimesMappConnectionManager class.