Skip to content

yautah/brawlstars-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API Wrapper for Brawl Stars in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%