Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 644 Bytes

tweet-prasan

Reference https://developer.twitter.com/en/docs/basics/authentication/api-reference/authenticate https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js

How to Use

  1. Clone the repo: git clone github.com/prasannabalaji7/tweet-prasan
  2. Go into folder: cd tweet-prasan
  3. Install dependencies: npm install
  4. Create local MongoDB database called react-tweets (configured in server.js)
  5. Replace credentials for Twitter API (configured in config.js)
  6. Start the app: node server.js
  7. View in browser at: http://localhost:8080
  8. Done now you can tweet see the related tweets