Using NodeJS oAuth module to communicate with Twitter REST API 1.1
Hi, lets see how to use the 'oauth' module in nodeJS, for getting information from the Twitter API.
You should start by installing the module:
$ npm install oauth
And add it to the package.json of your app:
"dependencies": {
"express": "3.1.0",
...
tomasalabes.me1 min read