Skip to content

Commit

Permalink
Added installation instructions
Browse files Browse the repository at this point in the history
There are number of oauth solutions for node.js and it is
helpful to provide the official installation instructions
in the Readme file.  Installation instructions can be a little
confusing for this module because the github repository name
is node-oauth and there is a different  node.js oauth
solution that isntalls via npm with the command node-oauth.
Since this solution installs with oauth official
instructions may be helpful to some developers.
  • Loading branch information
Greg Jacobson committed Jun 29, 2012
1 parent 03a82b3 commit 8273510
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Expand Up @@ -7,6 +7,12 @@ Tested against Twitter (http://twitter.com), term.ie (http://term.ie/oauth/examp
Also provides rudimentary OAuth2 support, tested against facebook, github, foursquare, google and Janrain. For more complete usage examples please take a look at connect-auth (http://github.com/ciaranj/connect-auth)


Installation
==============

$ npm install oauth


Change History
==============

Expand Down

0 comments on commit 8273510

Please sign in to comment.