nintendo-switch-eshop
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "nintendo-switch-eshop", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Unofficial API lib for Nintendo Switch eShop game listing and pricing information.", | ||
@@ -42,3 +42,3 @@ "author": "lmmfranco", | ||
"@babel/register": "^7.0.0", | ||
"@types/jest": "^23.3.12", | ||
"@types/jest": "^23.3.13", | ||
"@types/node": "^10.12.18", | ||
@@ -60,5 +60,5 @@ "common-tags": "^1.8.0", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.2.2", | ||
"typescript": "^3.2.4", | ||
"yargs": "^12.0.5" | ||
} | ||
} |
@@ -32,10 +32,17 @@ <div align="center"> | ||
## Installation | ||
To install it just type the following at your command line | ||
```shell | ||
npm install --save nintendo-switch-eshop | ||
Add the package through your package manager of choice: | ||
```sh | ||
npm install nintendo-switch-eshop | ||
# yarn add nintendo-switch-eshop | ||
``` | ||
And require it in your node module as follows: | ||
```javascript | ||
const SwitchEshop = require('nintendo-switch-eshop'); | ||
Require your desired functions: | ||
```js | ||
const { getGamesAmerica, getGamesEurope, getGamesJapan } = require('nintendo-switch-eshop'); | ||
// TypeScript / Babel: import { getGamesAmerica, getGamesEurope, getGamesJapan } from 'nintendo-switch-eshop'; | ||
``` | ||
For calling functions with the correct parameters and syntax please refer to the documentation below: | ||
* * * | ||
@@ -42,0 +49,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47443
479
0