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