0.0.48 • Published 1 year ago

gl-brawlstars v0.0.48

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

The Game Lobby's Brawl Stars API wrapper!

How to install?

  • Install node.js.
  • Use npm install gl-brawlstars in your terminal.
  • ✅ It's intalled!

How to use?

Have some examples!

const { Client } = require('gl-brawlstars');
const client = new Client({ token: 'your_token_here' });

client.players.get('#PLAYERTAG1').then(player => {
console.log(`1) This player's called: ${player.name}`)
});

client.clubs.get('#CLUBTAG2').then(club => {
console.log(`2) This club's called: ${club.name}`)
});

client.brawlers.find(16000000).then(brawler => {
console.log(`3) This brawler's called: ${brawler.name}`)
});
0.0.53

1 year ago

0.0.52

1 year ago

0.0.51

1 year ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.35

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago