Skip to content

teambrawley/BrawlStars-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BS-API

Get Your BrawlStars Stats With bs-api

Directory


Websocket

  • Websocket - wss://wscr.is-a.dev

  • Send A Tag To The Server => Response Data To The Client

Example :

const WebSocket = require('ws')
const ws = new WebSocket('wss://wscr.is-a.dev');
ws.onopen = function open() {
  console.log('connected');
  ws.send('8CYPU2VLG');
};
 ws.onmessage = function incoming(message) {
   console.log(JSON.parse(message.data))
};

Libraries

  • bsapi.js is an npm package that is used to make request and handle response from BS-API with Promise Base.

About

Bs-api known as Brawl Stars Stats API is a service where you can get your brawlstars stats easily. Feel Free To Create An Issue If You Have Any Suggestions Or Questions.

Disclaimer

This Project Was Made By A Fan Of Supercell Games And Not Affiliate With Supercell Or Brawl Stars. This Project Was Managed And Owned By @brawlie Team. This Is Not An Official API From Brawl Stars. Made For Education Propose.

License

APACHE 2.0 License