Back to home

ts-controllers/

twitter

Version: 0.1.1

Last Updated: Unknown


Twitter

This controller uses the Twitter npm package to help post tweets.

Resources

  1. Node Twitter

Requirements

You must grab and add the following to the .env file.

For User based authentication

TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET= TWITTER_ACCESS_TOKEN_KEY= TWITTER_ACCESS_TOKEN_SECRET=

For Application Only based authentication

TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET= TWITTER_BEARER_TOKEN=

Install


Repository

https://github.com/okeeffed/pkg-ts-controllers-twitter

Sections