This project, uses Twitter’s REST API to access your Twitter profile information and render it to a user. The page automatically authenticate access to your Twitter profile. To populate three columns on your page:
Your 5 most recent tweets. Your 5 most recent friends. Your 5 most recent private messages.
Also allows users to post a new tweet to their twitter account.
- Download or Clone repository
npm install
to install package dependencies
Get the twitter OAuth configurations from app at https://apps.twitter.com/
- Create new application.
- Generate Access Token.
- Generate Consumer key.
- ACCESS_TOKEN
- ACCESS_TOKEN_SECRET
- CONSUMER_KEY
- CONSUMER_SECRET
- TIMEOUT_MS
node app.js
npm install --only=dev
npm run test