lmmfranco / nintendo-switch-eshop

Crawler for Nintendo Switch eShop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: AFTER YEARS OF DILIGENT MAINTENANCE, OWNERSHIP OF THIS PACKAGE HAS OFFICIALLY BEEN TRANSFERRED TO Favna. THE LATEST VERSION OF THE PACKAGES' SOURCE CODE CAN BE FOUND AT his fork

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 Β© 2019 lmmfranco

Contributors ✨

Thanks goes to these wonderful people (emoji key):


lmmfranco

πŸ’» πŸ€” πŸ“† πŸ’¬ πŸ‘€ πŸ“–

Jeroen Claassens

πŸ’» πŸ€” πŸ“† πŸ’¬ πŸ‘€ πŸ““ 🚧 πŸ“–

Michel Makarios

πŸ“–

Iulian Onofrei

πŸ“–

Lililiuliu

πŸ› πŸ’»

ende124

πŸ› πŸ’»

junyeonglee

πŸ› πŸ’»

Bryan Van Zile

πŸ’» πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Crawler for Nintendo Switch eShop

License:Apache License 2.0


Languages

Language:TypeScript 96.4%Language:JavaScript 3.2%Language:Shell 0.4%