Skip to content

Fetch Tweets using hashtag or Name Using node and react.

Notifications You must be signed in to change notification settings

avinashbuddana/tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Search Tweets

Fetch tweets using twitter api

Prerequisites

Apply for a Twitter Developers Account and wait for approval (This could take up to a couple of weeks)

Make sure you have these installed on your machine

  • Node.js
  • npm This comes with Node.js, but make sure you check if you have it anyway
  • Node.js

Installing packages

Install backend packages

cd tweet-backend/
npm i
create a .env file and copy the sample.env file in it

Install frontend packages

cd tweet-frontend/
npm i

Running the app

To run the app (dev. mode)

cd  tweet-backend
node app.js

cd tweet-frontend
npm start

Built With

About

Fetch Tweets using hashtag or Name Using node and react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published