nintendo-switch-eshop
TypeScript icon, indicating that this package has built-in type declarations

7.1.3 • Public • Published

logo

nintendo-switch-eshop

A Node.JS lib written to extract Nintendo Switch's eShop game and pricing information

GitHub npm npm npm


Installation

Add the package through your package manager of choice:

npm install nintendo-switch-eshop
# yarn add nintendo-switch-eshop

Require your desired functions:

const { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } = require('nintendo-switch-eshop');
// ES6 Style: import { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } from 'nintendo-switch-eshop';
// getGamesAmerica is also default exported: import getGamesAmerica from 'nintendo-switch-eshop';

For calling functions with the correct parameters and syntax please refer to the documentation linked below

Copyright © 2021 favna & lmmfranco

Documentation

For the documentation go to https://nintendo-switch-eshop.vercel.app

Contributors

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to Sapphire!

Package Sidebar

Install

npm i nintendo-switch-eshop

Weekly Downloads

27

Version

7.1.3

License

Apache-2.0

Unpacked Size

185 kB

Total Files

9

Last publish

Collaborators

  • favna