Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@untidy/mobygames

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untidy/mobygames

Client library for MobyGames API in Node.js

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

@untidy/mobygames

untidy MobyGames logo

ℹ️ About

A lightweight and fully-typed client for accessing the MobyGames API V1 for Node.js. This package provides a simple and intuitive interface for querying multiple API endpoints.

Note
This is an unofficial package and is not affiliated with or endorsed by MobyGames. However, it uses the official MobyGames API endpoints to retrieve information.

✨ Features

  • Access multiple endpoints of the MobyGames API (check supported endpoints)
  • Built with TypeScript for full typing support
  • Uses the native fetch module from Node.js for making HTTP requests
  • ESM only

📦 Install

You can install @untidy/mobygames package using your preferred package manager:

With npm:

npm install @untidy/mobygames

With yarn:

yarn add @untidy/mobygames

With pnpm:

pnpm add @untidy/mobygames

🔰 Usage

@untidy/mobygames is easy to use, simply create an instance of the MobyGames class with your API key, and call any of the available methods to retrieve data from the MobyGames API.

Example usage:

import { MobyGames } from '@untidy/mobygames';

const client = new MobyGames('access api key');
const { cover_groups } = await client.gamePlatformCovers('120555', '141');

console.log(cover_groups);

📄 Docs

📜 License

@untidy/mobygames is licensed under the Apache-2.0 license - © 2024 falsepopsky.

Keywords

FAQs

Package last updated on 02 Jun 2024

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