GithubHelp home page GithubHelp logo

brawlstars-api's Introduction

BrawlStars-API.js

Version Issues

Brawlstars-api.js is a library made to interact with the Official Brawl Stars api, listing all of their endpoints in one place.

โœจ How to install:

npm install brawlstars-api.js

๐Ÿงฉ How to use:

First you need a token generated by the official Brawl Stars Api, which you can create here: BrawlStars Developer Page.

With your token in hands, you need to import the brawlstars-api.js and initialize it by passing the token as a string.

const bsClient = require("brawlstars-api.js")
const client = new bsClient("token")

After creating your client with a token, you can already interact with the API!

๐Ÿ“š Documentation:

Here are some of the basic functionalities, but they return a promise, so you need to resolve them before obtaining the result, this can be done with async/await or .then.

await client.getPlayer('#208UR80')
await client.getPlayerBattles('#208UR80')
await client.getClub('#2GJ9UV8PJ')
await client.getBrawlers('colt')
// View the documentation to read about all the functionalities

Click here to see the full documentation.

๐Ÿ”ง Extras

  • This project is currently open source, feel free to help and contribute in the project repository at GitHub.
  • Found a bug? Just create an Issue report documenting what happened.
  • Liked the module? Thanks :), maybe leave a star on the repository!

brawlstars-api's People

Contributors

nick-gabe avatar

Stargazers

Nurcholis avatar  avatar Arthur Conrado de Lima avatar Luiz Carvalho avatar

Watchers

 avatar

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.