Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socketsomeone/node-brawlstars
👀 Javascript library to communicate with Brawlstars API
https://github.com/socketsomeone/node-brawlstars
api brawl-stars brawlstars bs http https nodejs
Last synced: 2 months ago
JSON representation
👀 Javascript library to communicate with Brawlstars API
- Host: GitHub
- URL: https://github.com/socketsomeone/node-brawlstars
- Owner: SocketSomeone
- License: mit
- Created: 2022-10-17T12:29:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T02:37:40.000Z (9 months ago)
- Last Synced: 2024-04-11T05:28:14.528Z (9 months ago)
- Topics: api, brawl-stars, brawlstars, bs, http, https, nodejs
- Language: TypeScript
- Homepage: https://npmjs.com/package/node-brawlstars
- Size: 1.72 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# node-brawlstars
Javascript library to communicate with BrawlStars API.
## Installation
```bash
$ npm i node-brawlstars
```## Usage
First see [available API methods in documentation](https://developer.brawlstars.com/#/) and generate token.
This library contains `BrawlClient` class to send messages to Centrifugo from your node-powered backend:
```javascript
const { BrawlClient } = require('node-brawlstars');// Initialize client instance.
const client = new BrawlClient('TOKEN')
```## Stay in touch
* Author - [Alexey Filippov](https://t.me/socketsomeone)
* Twitter - [@SocketSomeone](https://twitter.com/SocketSomeone)## License
[MIT](https://github.com/SocketSomeone/necord/blob/master/LICENSE) © [Alexey Filippov](https://github.com/SocketSomeone)