Skip to content

favna/nintendo-switch-eshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

740 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Require your desired functions:

const {
	getGamesAmerica,
	getGamesEurope,
	getGamesJapan,
	getQueriedGamesAmerica
} = require('nintendo-switch-eshop');

Or with ES6 imports:

import {
	getGamesAmerica,
	getGamesEurope,
	getGamesJapan,
	getQueriedGamesAmerica
} 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://favna.github.io/nintendo-switch-eshop/

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!

About

Crawler for Nintendo Switch eShop

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors

Languages

  • TypeScript 96.5%
  • JavaScript 3.5%