1karthik / sample-angular-node

Sample application using Angular.js and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering Tweets with Angular & Node

Sample application using Angular.js, Node.js, and Twitter API.

Installing and Running

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.

Resources

About

Sample application using Angular.js and Node.js