Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 436 Bytes

Welcome to Tweetest App

This application will periodically update and display the latest 10 tweets from a user timeline.

Installation

  1. Clone the repo
  2. npm install
  3. Set environment
  • TWITTER_CONSUMER_KEY to the application key to use
  • TWITTER_CONSUMER_SECRET to the application secret to use
  • TWITTER_SCREEN_NAME to the screen name of the user's timeline to read
  1. npm start
  2. Connect to: http://localhost:8080