/twitter-compare

Simple App to show the shared followers and friends of two users

Primary LanguageJavaScript

Twitter Compare

Shows the shared followers and friends of two users

Requirements

• NVM || NVM-Windows

Twitter Tokens <- Not a tech, you actually need to set up your own twitter app, tokens, and add them to a config/twitter.js to use.

Development

This project uses the @latest Node + NPM:

$ nvm install
$ nvm use
$ npm install -g npm@latest

Finally:

$ npm install
$ npm start

Open http://localhost:3000 to get started.