lmmfranco / nintendo-switch-eshop

Crawler for Nintendo Switch eShop
Apache License 2.0
517 stars 82 forks source link
crawler eshop game lib nintendo nintendo-switch price scraper switch
# ***WARNING: AFTER YEARS OF DILIGENT MAINTENANCE, OWNERSHIP OF THIS PACKAGE HAS OFFICIALLY BEEN TRANSFERRED TO [Favna](https://github.com/favna). THE LATEST VERSION OF THE PACKAGES' SOURCE CODE CAN BE FOUND AT [his fork](https://github.com/favna/nintendo-switch-eshop)*** ## nintendo-switch-eshop **A Node.JS lib written to extract Nintendo Switch's eShop game and pricing information** [![GitHub](https://img.shields.io/github/license/lmmfranco/nintendo-switch-eshop?logo=github&style=flat-square)](https://github.com/lmmfranco/nintendo-switch-eshop/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/nintendo-switch-eshop?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/nintendo-switch-eshop) [![npm](https://img.shields.io/npm/dw/nintendo-switch-eshop?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/nintendo-switch-eshop) [![npm](https://img.shields.io/npm/dt/nintendo-switch-eshop?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/nintendo-switch-eshop)

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

API Documentation

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!