New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nintendo-switch-eshop

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nintendo-switch-eshop

Unofficial API lib for Nintendo Switch eShop game listing and pricing information.

  • 3.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
104
increased by60%
Maintainers
2
Weekly downloads
 
Created
Source

logo

nintendo-switch-eshop

A Node.JS lib written to extract Nintendo Switch's eShop game and pricing information


Project Status

GitHub npm npm npm

Bundle Sizes

npm bundle size npm bundle size


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 } = require('nintendo-switch-eshop');
// ES6 Style: import { getGamesAmerica, getGamesEurope, getGamesJapan } 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

🐛 💻

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

Keywords

FAQs

Package last updated on 10 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc