Giter Club home page Giter Club logo

gj-boomlings-api's Introduction

A light-weight Geometry Dash API wrapper

Documentation

npm version npm bundle size Known Vulnerabilities

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

gj-boomlings-api's People

Contributors

shikoshib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dumbsolution

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.