0.0.5 • Published 3 years ago

brawl-stars-api v0.0.5

Weekly downloads
119
License
MIT
Repository
github
Last release
3 years ago

brawl-stars-api

An API Wrapper for Brawl Stars API

Installation

npm install --save brawl-stars-api

Initialization

const brawlApi = require('brawl-stars-api');
const client = new brawlApi({
    token: 'Token'
})

You can also use BS_API_TOKEN env variable for the token

How to get a token?

You can get your token here

Club Search By Tag

client
.clubByTag('#VQJPJY0L')
.then(res => console.log(res))
.catch(err => console.log(err));

Player Search By Tag

client
.playerByTag('#VQJPJY0L')
.then(res => console.log(res))
.catch(err => console.log(err));
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago