{"id":24445944,"url":"https://github.com/shikoshib/gj-boomlings-api","last_synced_at":"2025-04-12T22:55:32.771Z","repository":{"id":64910075,"uuid":"579343645","full_name":"shikoshib/gj-boomlings-api","owner":"shikoshib","description":"A light-weight Geometry Dash API wrapper","archived":true,"fork":false,"pushed_at":"2025-04-07T11:31:12.000Z","size":280,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T22:55:28.027Z","etag":null,"topics":["api","boomlings","gaming","gd","geometrydash","gj","robtop"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shikoshib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-17T11:31:01.000Z","updated_at":"2025-04-07T11:31:49.000Z","dependencies_parsed_at":"2023-12-14T12:28:34.066Z","dependency_job_id":"ef88858c-e0ac-42a5-a4a1-3b2540ea4896","html_url":"https://github.com/shikoshib/gj-boomlings-api","commit_stats":{"total_commits":53,"total_committers":1,"mean_commits":53.0,"dds":0.0,"last_synced_commit":"d4031811254b6c3bf2d27a6cf35059878bd54b97"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikoshib%2Fgj-boomlings-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikoshib%2Fgj-boomlings-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikoshib%2Fgj-boomlings-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikoshib%2Fgj-boomlings-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shikoshib","download_url":"https://codeload.github.com/shikoshib/gj-boomlings-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643050,"owners_count":21138353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","boomlings","gaming","gd","geometrydash","gj","robtop"],"created_at":"2025-01-20T23:31:07.520Z","updated_at":"2025-04-12T22:55:32.765Z","avatar_url":"https://github.com/shikoshib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**⚠ WARNING**: I quit Geometry Dash due to a loss of interest towards it. Consequently, it also includes `gj-boomlings-api`. This package will no longer be maintained. If you wish to continue maintaining it, feel free to fork this repository and work on your own copy.\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003ch1\u003egj-boomlings-api\u003c/h1\u003e\r\n  A light-weight Geometry Dash API wrapper\u003cbr\u003e\u003cbr\u003e\u003ca href=\"https://github.com/shikoshib/gj-boomlings-api/wiki\"\u003e\u003cb\u003eDocumentation\u003c/b\u003e\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\r\n  \u003ca href=\"https://www.npmjs.com/package/gj-boomlings-api\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/gj-boomlings-api.svg?maxAge=3600\" alt=\"npm version\" /\u003e\u003c/a\u003e\r\n  \u003ca href=\"https://www.npmjs.com/package/gj-boomlings-api\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/gj-boomlings-api\" /\u003e\u003c/a\u003e\r\n  \u003ca href=\"https://snyk.io/test/github/shikoshib/gj-boomlings-api\"\u003e\u003cimg src=\"https://snyk.io/test/github/shikoshib/gj-boomlings-api/badge.svg\" alt=\"Known Vulnerabilities\" /\u003e\u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n# About\r\n**gj-boomlings-api** is a light-weight Node.js module that allows you to easily interact with Geometry Dash API.\r\n# Installation\r\n## Node.js\r\n```\r\nnpm i gj-boomlings-api\r\nyarn add gj-boomlings-api\r\n```\r\n# Examples\r\n## Download a level\r\n```js\r\nconst gd = require(\"gj-boomlings-api\");\r\ngd.dlLevel(\"95540029\").then(console.log);\r\n```\r\n## View a profile\r\n```js\r\nconst gd = require(\"gj-boomlings-api\");\r\ngd.getProfile(\"shikoshib\").then(console.log);\r\n```\r\n## Get gauntlets\r\n```js\r\nconst gd = require(\"gj-boomlings-api\");\r\ngd.getGauntlets().then(console.log);\r\n```\r\n## Post a message on a profile\r\n```js\r\nconst gd = require(\"gj-boomlings-api\");\r\ngd.uploadAccountPost(\"I love gj-boomlings-api!\", \"shikoshib\", \"your password here\");\r\n```\r\n## Send a message\r\n```js\r\n// This code sends a message from shikoshib to Mipper6\r\nconst gd = require(\"gj-boomlings-api\");\r\ngd.uploadMessage(\"Mipper6\", \"message subject\", \"message content\", \"shikoshib\", \"your password here\");\r\n```\r\n# License\r\n[ISC](https://github.com/shikoshib/gj-boomlings-api/blob/main/LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikoshib%2Fgj-boomlings-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikoshib%2Fgj-boomlings-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikoshib%2Fgj-boomlings-api/lists"}