Fork me on GitHub

Newswire API

Recent News

Required Params
  • section
Usage
nyt.newswire.recent(args, callback)
Example
nyt.newswire.recent({‘section’:’science’}, console.log)

Specific News Item

Required Params
  • url
Usage
nyt.newswire.specific(args, callback)
Example

nyt.newswire.specific({‘url’:’<url>’}, console.log)
````</url>})`