https://github.com/andresaraujo/node-twitter1.1-example
Node Twitter API 1.1 Example
https://github.com/andresaraujo/node-twitter1.1-example
Last synced: about 1 month ago
JSON representation
Node Twitter API 1.1 Example
- Host: GitHub
- URL: https://github.com/andresaraujo/node-twitter1.1-example
- Owner: andresaraujo
- License: mit
- Created: 2013-09-17T15:57:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-17T16:18:57.000Z (over 11 years ago)
- Last Synced: 2025-01-18T22:58:34.085Z (3 months ago)
- Language: CSS
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node Twitter API 1.1 Example
==========================Basic example of using Twitter 1.1 API with node
It uses:
-------------------------------------
- Passportjs for authentification http://passportjs.org/
- ntwitter for API calls
- expressjs
- angularjsHow to run example
-------------------------------------
- *Important* Currently ntwitter 5.0.0 has a an issue(https://github.com/AvianFlu/ntwitter/pull/121) with twitter 1.1 search API,the path is not correct. you can apply a manual fix (https://github.com/crscastillo/ntwitter/commit/2661c956c2f7a2bb0de2b2c3c1e6ab792e672c6d) or wait for the pull to be merged.- run *npm install*
- run *bower install*
- run *TWITTER_CONSUMER_KEY=xxx TWITTER_CONSUMER_SECRET=xxx node app.js*