Using twitter-api-typescript-sdk with twitter.com

TypeScript integration

Install
npm install twitter-api-typescript-sdk
Quick start
import Twitter_api_typescript_sdk from 'twitter-api-typescript-sdk';

const client = new Twitter_api_typescript_sdk({ apiKey: "YOUR_API_KEY" });
Returns the Twitter Terms of Service in the requested format. These are not t…
curl \
  /help/tos.json
Returns an array of numeric user ids the authenticating user is blocking.
curl \
  /blocks/ids.json
Search for places that can be attached to a statuses/update. Given a latitude…
curl \
  /geo/search.json
SDK on GitHub 📄 API Docs
SDK
twitter-api-typescript-sdk
TypeScript
API
twitter.com
twitter.com:legacy
At a glance
Language TypeScript
Endpoints83