nintendo-switch-eshop
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 install nintendo-switch-eshop
Example usage
Import your desired functions:
import { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } from 'nintendo-switch-eshop';
Or for CommonJS:
const { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } = require('nintendo-switch-eshop');
For calling functions with the correct parameters and syntax please refer to the documentation