1.0.8 • Published 5 years ago

bsapi v1.0.8

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

brawlstars.js

brawlstars.js is an API wrapper for Brawlstars in Javascript

Starting

npm install brawlstars.js

const Brawlstars = require("brawlstars.js")
const token      = "your token" //visit https://developer.brawlstars.com/ to get a token
const client     = new Brawlstars.Client(token)

;(async() => {
  const player         = await client.getPlayer("#PLAYERTAG")
  const player_club    = await client.getClub(player.club.tag)
})()

Documentation

Available here

Support

Discord support