An Application built on twitter-api that gets tweets based on search results and latest trends of any particular region around the world based on WOEID, demonstartes how to use twitter-api for developers wanting to integrate it into their web applications.
Backend -- Node,Express
Frontend -- React,Bootstrap
Main Page
Trend-Search-Twitter-Application
|-- Backend
|-- Frontend
cd backend
npm install
npm start
cd Frontend
npm install
npm start
Frontend will be live at http://localhost:3000/
Backend will be live at http://localhost:8000/