Skip to content
master
Go to file
Code
This branch is 8 commits ahead of rsandagon:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 rendering Tweets using Angular.js and Node.js

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.