Fork me on GitHub

Most Popular API

Most Emailed

Required Params
  • section
  • time-period
Usage
nyt.mostPopular.emailed(args, callback)
Example
nyt.mostPopular.emailed({‘section’:’science’, ‘time-period’:’1’}, console.log)

Most Shared

Required Params
  • section
  • time-period
Usage
nyt.mostPopular.shared(args, callback)
Example
nyt.mostPopular.shared({‘section’:’science’, ‘time-period’:’1’}, console.log)

Most Viewed

Required Params
  • section
  • time-period
Usage
nyt.mostPopular.viewed(args, callback)
Example
nyt.mostPopular.viewed({‘section’:’science’, ‘time-period’:’1’}, console.log)