nintendo-switch-eshop
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -239,4 +239,3 @@ const request = require("request"); | ||
qs: { | ||
fl: "product_code_txt,title,date_from,nsuid_txt,image_url_sq_s", | ||
fq: "type:GAME AND (system_type:\"nintendoswitch_gamecard\" OR system_type:\"nintendoswitch_downloadsoftware\" OR system_type:\"nintendoswitch_digitaldistribution\") AND product_code_txt:*", | ||
fq: "type:GAME AND system_type:nintendoswitch* AND product_code_txt:*", | ||
q: "*", | ||
@@ -243,0 +242,0 @@ rows: "9999", |
{ | ||
"name": "nintendo-switch-eshop", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Unofficial API lib for Nintendo Switch eShop game listing and pricing information.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## About | ||
**nitendo-switch-eshop** is a npm lib module written to extract Nintendo Switch's eShop game and pricing information. | ||
**nintendo-switch-eshop** is a npm lib module written to extract Nintendo Switch's eShop game and pricing information. | ||
@@ -7,7 +7,7 @@ ## Installation | ||
```shell | ||
npm install --save nitendo-switch-eshop | ||
npm install --save nintendo-switch-eshop | ||
``` | ||
And require it in your node module as follows: | ||
```javascript | ||
const SwitchEshop = require('nitendo-switch-eshop'); | ||
const SwitchEshop = require('nintendo-switch-eshop'); | ||
``` | ||
@@ -14,0 +14,0 @@ |
37121
529