Skip to content

yautah/brawlstars.js

 
 

Repository files navigation

BrawlStars

Node.js API Wrapper for BrawlAPI

Install

npm install brawlstars --save

Usage

const BrawlStars = require("brawlstars");
// get token from https://discord.me/BrawlAPI
const client = new BrawlStars.Client({ token: "token" });

async function main() {
  const player = await client.getPlayer("#C2L0");
  console.log(player);
}

main();

Documentation can be found here

License

MIT

Packages

No packages published

Languages

  • JavaScript 91.8%
  • Shell 8.2%