This app is backend for Twitter Search App. We are using Node Module twit for API calling.
git clone https://github.com/KhushilMistry/Twitter-Search-App.git
cd Twitter-Search-App
npm install
nodemon index.js
We are using Mocha and Chai for testing. Make sure App is running before strating Testing.
npm test