Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 771 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 771 Bytes

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