gbl.js

1.0.3 • Public • Published

gbl.js

The official javascript module of the Guilded.best website's API

Installation

npm install gbl.js

Docs

Documentation

Example

Get user bots

const gblapi = require("gbl.js")

const getuserbot = await gbl.getUserBots("mMp5QG7d")

console.log(getuserbot)

Check if the user has voted for the bot

const gbl = require("gbl.js")

const checkvote = await gbl.checkUserVote("ArrzxaYA","mMp5QG7d")

console.log(checkvote)

Search Bot

const gbl = require("gbl.js")

const search = await gbl.searchBots("gbl")

console.log(search)

Get bot stats

const gbl = require("gbl.js")

const botstats = await gbl.stats("ArrzxaYA")

console.log(botstats)

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gbl.js

    Weekly Downloads

    3

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    3.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • zyrxus