/gj-boomlings-api

A light-weight Geometry Dash API wrapper

Primary LanguageJavaScriptISC LicenseISC

⚠️ WARNING! ⚠️

The work on this package is currently suspended indefinitely, as GD 2.2 is just around the corner and I'd have to rewrite basically everything 👍

A light-weight Geometry Dash API wrapper

Documentation

npm version npm bundle size Known Vulnerabilities

About

gj-boomlings-api is a light-weight Node.js module that allows you to easily interact with Geometry Dash API.

Installation

Node.js 18.0.0 or newer is required.

npm i gj-boomlings-api
yarn add gj-boomlings-api

In browser...

<script src="https://shikoshib.github.io/gba-max.min.js"></script>

Inspired by GDBrowser. Thanks to Wireshark and GD Docs for helping me in creating this package.