biggames.js - v1.1.0

banner

biggames.js

Simple Node.js library for BIG Games public APIs. Such as the API for Pet Simulator 99.

Note: Not all type definitions have been completed!

Install

npm install biggames.js

Example

// Import the package.
import { PetSimulator99 } from 'biggames.js';

// Use the PetSimulator99 class to access methods.
const api = new PetSimulator99();

// Fetch information about the CAT clan.
console.log(await api.clan('CAT'));