@themezernx/eshop-image-fetcher

1.0.1 • Public • Published

Introduction

This is a small library that fetches images for an application based on its title ID using Nintendo's GraphQL API at https://graph.nintendo.com/.

Example

import Fetcher from "@themezernx/eshop-image-fetcher";

const fetcher = new Fetcher("US");
const url = await fetcher.fetchAll("01000D1006CEC000");
console.log("All Images:", url);

Build

# install dependencies
yarn

# compile the script
yarn run build

Readme

Keywords

none

Package Sidebar

Install

npm i @themezernx/eshop-image-fetcher

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

17.3 kB

Total Files

16

Last publish

Collaborators

  • migush