1.0.1 • Published 3 years ago

brawldata.js v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

brawldata.js

API Wrapper for BrawlAPI.

Getting Started

  1. To install this package, in your console run: npm install brawldata.js
  2. You have now installed the package!

Example

const brawldata = require("brawldata.js")

const client = new brawldata.Client()

;(async() => {
  const events = await client.getEvents()
  const brawlers = await client.getBrawlers()
  console.log(brawlers)
  //...
})()

For specific object properties, official api can be found here.

Some methods contain data that are only provided by Brawlify. Be sure to credit Brawlify when accessing those endpoints. Endpoints include: 1. Events 2. Brawlers 3. Maps 4. Records

This package uses data collected by Brawlify.