Treehouse - Project7 - Build a Twitter Interface
Twitter’s REST API to access Twitter profile information and render to the user. The page authenticate access to Twitter profile and use this access to populate three columns with twitter data.
This app does following
- Display 5 most recent tweets
- Display 5 most recent friends
- Display most recent private messages
- Ability to post new tweet
$ git clone https://github.com/anoopmundathan/twitter-api.git
$ cd twitter-api
$ npm install
node server.js
Open browser and visit http://localhost:3000
Before running the app update config.json
file with correct twitter [API Keys]. Obtain API keys from here