2.0.2 • Published 6 months ago

gj-boomlings-api v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

About

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

Installation

Node.js

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

Examples

Download a level

const gd = require("gj-boomlings-api");
gd.dlLevel("95540029").then(console.log);

View a profile

const gd = require("gj-boomlings-api");
gd.getProfile("shikoshib").then(console.log);

Get gauntlets

const gd = require("gj-boomlings-api");
gd.getGauntlets().then(console.log);

Post a message on a profile

const gd = require("gj-boomlings-api");
gd.uploadAccountPost("I love gj-boomlings-api!", "shikoshib", "your password here");

Send a message

// This code sends a message from shikoshib to Mipper6
const gd = require("gj-boomlings-api");
gd.uploadMessage("Mipper6", "message subject", "message content", "shikoshib", "your password here");

License

ISC

2.0.2

6 months ago

2.0.1

1 year ago

2.0.0

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.3.6

2 years ago

1.4.4

2 years ago

1.3.5

2 years ago

1.4.3

2 years ago

1.3.4

2 years ago

1.4.2

2 years ago

1.3.3

2 years ago

1.4.1

2 years ago

1.3.2

2 years ago

1.2.3

3 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.2.2

3 years ago

1.3.0

2 years ago

1.2.1

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago