1.3.4 • Published 3 months ago

@brawltracker/brawl-stars-api v1.3.4

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@brawltracker/brawl-stars-api

Brawl Stars official API wrapper

  • TypeScript support
  • Promise based
  • Easy to use
  • 100% coverage
  • Uses ofetch for requests

Installation

npm install @brawltracker/brawl-stars-api
# or
pnpm install @brawltracker/brawl-stars-api
# or
yarn add @brawltracker/brawl-stars-api
# or
bun install @brawltracker/brawl-stars-api

Usage

import { BrawlStarsClient } from "@brawltracker/brawl-stars-api";

const client = new BrawlStarsClient("!! PUT YOUR TOKEN HERE !!");

const player = await client.getPlayer("YPJVGUR8L");
console.log(player.name);
1.3.4

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

4 months ago

1.2.0

5 months ago

1.2.4

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago