https://github.com/favna/nintendo-switch-eshop
Crawler for Nintendo Switch eShop
https://github.com/favna/nintendo-switch-eshop
eshop nintendo switch
Last synced: 9 months ago
JSON representation
Crawler for Nintendo Switch eShop
- Host: GitHub
- URL: https://github.com/favna/nintendo-switch-eshop
- Owner: favna
- License: apache-2.0
- Fork: true (lmmfranco/nintendo-switch-eshop)
- Created: 2021-11-05T21:33:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T21:02:22.000Z (9 months ago)
- Last Synced: 2025-03-13T22:22:08.988Z (9 months ago)
- Topics: eshop, nintendo, switch
- Language: TypeScript
- Homepage: https://nintendo-switch-eshop.pages.dev
- Size: 9.87 MB
- Stars: 135
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## nintendo-switch-eshop
**A Node.JS lib written to extract Nintendo Switch's eShop game and pricing information**
[](https://github.com/favna/nintendo-switch-eshop/blob/main/LICENSE)
[](https://www.npmjs.com/package/nintendo-switch-eshop)
[](https://www.npmjs.com/package/nintendo-switch-eshop)
[](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
