0.0.5 • Published 5 years ago

g9-brawlstars v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago
const BrawlStars = require("g9-brawlstars")
const brawlstars = new BrawlStars.Client("your api key");


;(async () => {
    const player = await brawlstars.getPlayer("#2UYPGJ828");
    console.log(player);
    const brawlers = await brawlstars.getBrawlers();
    console.log(brawlers);
    const club = await brawlstars.getClub("#clubTag");
    console.log(club);
    const playerBattleLog = await brawlstars.getPlayerBattleLog("#2UYPGJ828");
    const ranking = await brawlstars.getRankings("turkey",50);
    console.log(ranking);
})();

Contact

İnstagram

  • Discord: g9#0001
0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago