Skip to content

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

Notifications You must be signed in to change notification settings

jacobhumston/biggames.js

Repository files navigation

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

Documentation

The documentation can be found at https://biggames.js.org!

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'));

About

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

Resources

Stars

Watchers

Forks