<div align="center">

<a href="https://www.npmjs.com/package/nintendo-switch-eshop"><img src="https://favna.github.io/nintendo-switch-eshop//nintendoeshop.png" height="100" alt="logo"/></a>

## 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)

</div>

---

## 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://favna.github.io/nintendo-switch-eshop/

## 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!

<a href="https://github.com/favna/nintendo-switch-eshop/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=favna/nintendo-switch-eshop" />
</a>

[contributing]: .github/CONTRIBUTING.md
