Skip to content

Commit

Permalink
show require in googleclientlogin example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandric committed Jan 6, 2013
1 parent 8c058f0 commit 71c70f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ key from Google ClientLogin. The actualy authentication is not handled by this
library. I would recommend the [googleclientlogin](https://github.com/Ajnasz/GoogleClientLogin)

### Authentication example (using googleclientlogin):
var GoogleClientLogin = require("googleclientlogin").GoogleClientLogin;

var googleAuth = new GoogleClientLogin({
email: '<email>',
password: '<password>',
Expand Down Expand Up @@ -119,4 +121,4 @@ library. I would recommend the [googleclientlogin](https://github.com/Ajnasz/Goo

## Links
- <http://code.google.com/apis/spreadsheets/>
- <https://github.com/Ajnasz/GoogleClientLogin>
- <https://github.com/Ajnasz/GoogleClientLogin>

0 comments on commit 71c70f5

Please sign in to comment.