0.0.48 • Published 2 years ago

gl-brawlstars v0.0.48

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

2 years ago

0.0.52

2 years ago

0.0.51

2 years ago

0.0.50

2 years ago

0.0.49

2 years ago

0.0.48

2 years ago

0.0.47

2 years ago

0.0.46

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.35

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago