Skip to content

👀 Javascript library to communicate with Brawlstars API

License

Notifications You must be signed in to change notification settings

SocketSomeone/node-brawlstars

Repository files navigation

node-brawlstars

Javascript library to communicate with BrawlStars API.

Installation

$ npm i node-brawlstars

Usage

First see available API methods in documentation and generate token.

This library contains BrawlClient class to send messages to Centrifugo from your node-powered backend:

const { BrawlClient } = require('node-brawlstars');

// Initialize client instance.
const client = new BrawlClient('TOKEN')

Stay in touch

License

MIT © Alexey Filippov