This application will periodically update and display the latest 10 tweets from a user timeline.
- Clone the repo
- npm install
- 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
- npm start
- Connect to: http://localhost:8080