NodeJS Twitter API
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.