/twitter-live-stream-with-node-and-react

A Real-Time Twitter Stream with Node and React.js

Primary LanguageJavaScript

Real Time Twitter Stream with Node and React

Requirements

  • node and npm

How to Use

  1. Go into folder: cd react-tweets
  2. Install dependencies: npm install
  3. Create local MongoDB database called react-tweets (configured in server.js)
  4. Replace credentials for Twitter API (configured in config.js)
  5. Start the app: node server.js
  6. View in browser at: http://localhost:8080
  7. Tweet away!