2.0.0 • Published 4 months ago

gj-boomlings-api v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

In browser

Not yet, coming soon

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.0

4 months ago

1.5.5

10 months ago

1.5.4

10 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.5.7

10 months ago

1.5.6

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.3.6

1 year ago

1.4.4

1 year ago

1.3.5

1 year ago

1.4.3

1 year ago

1.3.4

1 year ago

1.4.2

1 year ago

1.3.3

1 year ago

1.4.1

1 year ago

1.3.2

1 year ago

1.2.3

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago