This the REST API used in TwitterTweetCLone to fetch the tweets .
Clone the repository into a folder and also clone LINK
git clone <Link>
Install NodeJS from this LINK
Open Terminal
npm init
npm install --save express
npm install -g nodemon
nmp install --save axios
Run nodemon app.js to start the server
LIVE NOW LINK