-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Matvey edited this page May 10, 2024
·
4 revisions
gj-boomlings-api is a light-weight Node.js module that allows you to easily interact with Geometry Dash API.
npm i gj-boomlings-api
yarn add gj-boomlings-api
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.
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.