πŸ“… You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP β†’
Socket
Sign inDemoInstall
Socket

node-brawl-stars-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

node-brawl-stars-api

Easy Api for Brawl Stars

2.0.3
unpublished
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
Β 
Created
Source

Brawl Stars Api

  • RUS: Node.JS Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ° для быстрого ΠΈ Π»Π΅Π³ΠΊΠΎΠ³ΠΎ взаимодСйствия с API Brawl Stars
  • ENG: Node.JS library for quick and easy interaction with the Brawl Stars API

Установка | Download

$ npm i node-brawl-stars-api

ИспользованиС | Using

const BrawlApi = require('node-brawl-stars-api');
const api = new BrawlApi("token");

Как ΠΏΠΎΠ»ΡƒΡ‡ΠΈΡ‚ΡŒ Ρ‚ΠΎΠΊΠ΅Π½? | How to get a token?

  • RUS:
  • ΠŸΠ΅Ρ€Π΅Ρ…ΠΎΠ΄ΠΈΠΌ Π½Π° сайт https://developer.brawlstars.com/#/
  • НаТимаСм Π½Π° Register ΠΈ рСгистрируСм Π°ΠΊΠΊΠ°ΡƒΠ½Ρ‚
  • ПослС рСгистрации, Π·Π°Ρ…ΠΎΠ΄ΠΈΠΌ Π² Π°ΠΊΠΊΠ°ΡƒΠ½Ρ‚
  • НаТимаСм Π½Π° своС имя ΠΈ My Account
  • НаТимаСм Create New Key
  • ЗаполняСм Π΄Π°Π½Π½Ρ‹Π΅
  • 1 KEY NAME - любоС Π½Π°Π·Π²Π°Π½ΠΈΠ΅ для ΠΊΠ»ΡŽΡ‡Π°
  • 2 DESCRIPTION - любоС описаниС для ΠΊΠ»ΡŽΡ‡Π°
  • 3 ALLOWED IP ADDRESSES - Π°ΠΉΠΏΠΈ адрСс, с ΠΊΠΎΡ‚ΠΎΡ€ΠΎΠ³ΠΎ Π²Ρ‹ Π±ΡƒΠ΄Π΅Ρ‚Π΅ ΠΎΡ‚ΠΏΡ€Π°Π²Π»ΡΡ‚ΡŒ запросы
  • НаТимаСм Create Key ΠΈ ΠΏΠΎΠ»ΡƒΡ‡Π°Π΅ΠΌ Π·Π°Π²Π΅Ρ‚Π½Ρ‹ΠΉ Ρ‚ΠΎΠΊΠ΅Π½
  • ENG:
  • Go to the website https://developer.brawlstars.com/#/
  • Click on Register and register an account
  • After registration, log in to your account
  • Click on your name and My Account
  • Click Create New Key
  • Filling in the data
  • 1 KEY NAME - any name for the key
  • 2 DESCRIPTION - any description for the key
  • 3 ALLOWED IP ADDRESSES - the IP address from which you will send requests
  • Click Create Key and get the coveted token

ΠŸΡ€ΠΈΠΌΠ΅Ρ€Ρ‹ | Examples

Π£Π·Π½Π°Π΅ΠΌ ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ ΠΎ ΠΈΠ³Ρ€ΠΎΠΊΠ΅ | Find out information about the player

  • ΠŸΡ€ΠΈΠΌΠ΅Ρ€ ΠΊΠΎΠ΄Π°: | Example a code:
(async () =>{
    const result = await api.GetUserInfo(tag)
    console.log(result)
})()
  • RUS:
  • ΠŸΠ°Ρ€Π°ΠΌΠ΅Π½Ρ‚ "tag" - Ρ‚Π΅Π³ ΠΈΠ³Ρ€ΠΎΠΊΠ°, Π±Π΅Π· # (ΠΏΡ€ΠΈΠΌΠ΅Ρ€ - VL8VCORJ)
  • ENG:
  • The "tag" segment is the player's tag, without # (example - VL8VCORJ)

Π£Π·Π½Π°Π΅ΠΌ ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ ΠΎ ΠΊΠ»ΡƒΠ±Π΅ | Find out information about the club

  • ΠŸΡ€ΠΈΠΌΠ΅Ρ€ ΠΊΠΎΠ΄Π°: | Example a code:
(async () =>{
    const result = await api.GetClubInfo(tag)
    console.log(result)
})()
  • RUS:
  • ΠŸΠ°Ρ€Π°ΠΌΠ΅Π½Ρ‚ "tag" - Ρ‚Π΅Π³ ΠΊΠ»ΡƒΠ±Π°, Π±Π΅Π· # (ΠΏΡ€ΠΈΠΌΠ΅Ρ€ - 2GJ8GV28G)
  • ENG:
  • The "tag" segment is the club's tag, without # (example - 2GJ8GV28G)

ΠžΡ„ΠΈΡ†ΠΈΠ°Π»ΡŒΠ½Π°Ρ Π³Ρ€ΡƒΠΏΠΏΠ° Ρ‹ Ρ‚Π΅Π»Π΅Π³Ρ€Π°ΠΌ | Official group on telegram

https://t.me/node_brawl_stars_api

Бписки измСнСний | ChangeLogs:

2.0.3 (Patch)

  • RUS: Π˜ΡΠΏΡ€Π°Π²Π»Π΅Π½ΠΈΠ΅ ошибок
  • ENG: Bugs fixed

2.0.2 (Patch)

  • RUS: Π˜ΡΠΏΡ€Π°Π²Π»Π΅Π½ΠΈΠ΅ ошибок
  • ENG: Bugs fixed

2.0.1 (Patch)

  • RUS: Π£Π»ΡƒΡ‡ΡˆΠ΅Π½Π° Ρ€Π°Π±ΠΎΡ‚Π° API
  • ENG: Improved API operation

2.0.0 (Release)

  • RUS:
  • Π Π΅Π»ΠΈΠ· API
  • Π”ΠΎΠ±Π°Π²Π»Π΅Π½Π° функция ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΠΈ ΠΊΠ»ΡƒΠ±Π°
  • Π˜ΡΠΏΡ€Π°Π²Π»Π΅Π½Ρ‹ Π±Π°Π³ΠΈ
  • ENG:
  • Release API
  • Added club information feature
  • Bugs fixed

1.0.2 (Patch)

  • RUS: Π˜ΡΠΏΡ€Π°Π²Π»Π΅Π½ΠΈΠ΅ ошибок
  • ENG: Bugs fixed

1.0.1 (Patch)

  • RUS: Π”ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ Π½ΠΎΠ²Ρ‹Ρ… Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΉ
  • ENG: Added a new functions

1.0.0 (Created)

  • RUS: Π‘ΠΎΠ·Π΄Π°Π½ΠΈΠ΅ Brawl Stars Api ΠΈ тСстированиС ΠΏΠ΅Ρ€Π²ΠΎΠΉ Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΈ
  • ENG: Create The Brawl Stars Api and Testing First Function

FAQs

Package last updated on 22 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts