Skip to content

rsandagon/sample-angular-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published