biggames.js
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i biggames.js

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

129 kB

Total Files

19

Last publish

Collaborators

  • jacobhumston