Welcome
About
nintendo-switch-eshop
is a simply API wrapper around the Nintendo API to provide you with the information about your
favourite Nintendo games
Installation
- npm
- Yarn
npm install nintendo-switch-eshop
yarn add nintendo-switch-eshop
Example usage
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