Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneTone committed Aug 28, 2021
1 parent abdd687 commit a17bf9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ You can obtain your GSF ID by installing this app: <https://play.google.com/stor

## Examples

```javascript
const GooglePlayAPI = require('@gonetone/google-play-api')
```

### Using GooglePlayAPI

```javascript
const gpAPI = new GooglePlayAPI("[email protected]", "The GSF ID (Google Service Framework ID) of your device");
const gpAPI = new GooglePlayAPI("[email protected]", "The GSF ID (Google Service Framework ID) of your device")
```

### Configuring User-Agent (Optional)
Expand Down
6 changes: 5 additions & 1 deletion README_ZH-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ npm install @gonetone/google-play-api

## 使用方法

```javascript
const GooglePlayAPI = require('@gonetone/google-play-api')
```

### 使用 GooglePlayAPI 物件

```javascript
const gpAPI = new GooglePlayAPI("[email protected]", "您的裝置 GSF ID (Google Service Framework ID)");
const gpAPI = new GooglePlayAPI("[email protected]", "您的裝置 GSF ID (Google Service Framework ID)")
```

### 設定 User-Agent (可選)
Expand Down

0 comments on commit a17bf9a

Please sign in to comment.