Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burakgur committed Dec 5, 2020
1 parent 13dd96a commit 7f8ad96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Using one of the Google API Client Libraries (e.g. Java, Node.js, PHP, Python) i
npm install google-auth-library --save
```

### **Node.js**

```js
const { OAuth2Client } = require('google-auth-library');
const client = new OAuth2Client(CLIENT_ID);
Expand Down

0 comments on commit 7f8ad96

Please sign in to comment.