0.0.48 • Published 3 years ago

gl-brawlstars v0.0.48

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.0.52

3 years ago

0.0.51

3 years ago

0.0.50

3 years ago

0.0.49

3 years ago

0.0.48

3 years ago

0.0.47

3 years ago

0.0.46

3 years ago

0.0.45

3 years ago

0.0.44

3 years ago

0.0.43

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.40

3 years ago

0.0.35

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago