Sample application using Angular.js, Node.js, and Twitter API.
Install Node.js.
Clone GitHub repo:
git clone https://github.com/twitterdev/sample-angular-node.git
Create a config.js file using config.sample.js as a template. Fill in your Twitter App API Keys. You will need to create a Twitter application.
Install node module dependencies:
npm install
Run application:
npm start
Go to http://localhost:5000 in your browser.