Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/favna/nintendo-switch-eshop

Crawler for Nintendo Switch eShop
https://github.com/favna/nintendo-switch-eshop

eshop nintendo switch

Last synced: 8 days ago
JSON representation

Crawler for Nintendo Switch eShop

Lists

README

        

logo

## 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/favna/nintendo-switch-eshop?logo=github&style=flat-square)](https://github.com/favna/nintendo-switch-eshop/blob/main/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:

```sh
npm install nintendo-switch-eshop
```

Require your desired functions:

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

Or with ES6 imports:

```javascript
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://nintendo-switch-eshop.pages.dev

## Contributors

Please make sure to read the [Contributing Guide][contributing] before making a pull request.

Thank you to all the people who already contributed to Sapphire!



[contributing]: .github/CONTRIBUTING.md