A simple app to retrieve Twitter follower count based on a searched Twitter handle.
Fork this repo and clone it to your local machine.
From the command line, navigate to the location/root file of the app and run npm install. This should download the dependcencies needed to run this app.
Once this process has successfully completed, if either nodemon or node is already installed on your system, run nodemon or node server.js from the root directory to start the server. Otherwise, you will need to install node before starting the server.
Visit http://localhost:3000/ in Chrome to view the app.
Search for a known Twitter user and see the follower count!
JavaScript
Node.js
Cheerio
AJAX
Request
Express