Using nytimes-sdk with nytimes.com

TypeScript integration

Install
npm install nytimes-sdk
Quick start
import Nytimes_sdk from 'nytimes-sdk';

const client = new Nytimes_sdk({ apiKey: "YOUR_API_KEY" });
Most Shared by Section & Time Period
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/mostpopular/v2/mostshared/{section}/{time-period}.json
Most Viewed by Section & Time Period
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/mostpopular/v2/mostviewed/{section}/{time-period}.json
Most Emailed by Section & Time Period
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/mostpopular/v2/mostemailed/{section}/{time-period}.json
SDK on GitHub 📄 API Docs
SDK
nytimes-sdk
TypeScript
API
nytimes.com
nytimes.com:most_popular_api
At a glance
Language TypeScript
Endpoints3
Base URLhttp://api.nytimes.com/svc/mostpopular/v2