Sample application to create a twitter client with backbone.js and RESTful server in node.jsava
- You must have installed node.js
- Getting Set Up on Twitter Utilize the Twitter API, go to https://dev.twitter.com/apps and set up authorization for the client.
- Edit connectToTwitter.js file and set your data for consumer_key: '...' , consumer_secret: '...' , access_token: '...' , access_token_secret: '...'
- Open a terminal and node path_to_js_file.js
- Open http://localhost:3000 in a browser