You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Matvey edited this page May 10, 2024
·
4 revisions
A light-weight Geometry Dash API wrapper
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.