Skip to content
Matvey edited this page May 10, 2024 · 4 revisions

A light-weight Geometry Dash API wrapper

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

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

In browser...

Currently, it's impossible to use gj-boomlings-api due to browser limitations (more specifically, you can't send a request without a "User-Agent" header in the browser, which is very important). Though, you can set up a simple Node.js server that uses gj-boomlings-api, and you can fetch from there.

Contributing

This package is being maintained only by me, so I'd like to see if there are any bugs, cause I may not notice them. If there are any bugs, please report them in the issues tab.

Clone this wiki locally