/node-twitter-api

A NodeJS twitter API private server

Primary LanguageJavaScript

NodeJS Twitter API

Heroku

Just a simple personal Twitter API reader implementation.

Supported API

  • /twitter/favorites/list
  • /twitter/users/show

Install and dependencies

npm install

This project depends on the following packages:

API Keys

The keys are expected to be in the following format:

CONSUMER_KEY=XXX
CONSUMER_SECRET=XXX
ACCESS_TOKEN_KEY=XXX
ACCESS_TOKEN_SECRET=XXX

You can specify it on a dotenv-like file or in the variables of your deployment environment.