darknight2060 / brawl-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


NPM


About

This library is wrapper is for the brawlapi.com.

Installing

npm install brawl-api --save

Examples

Get Brawler
With cookies
const {BrawlAPI} = require("brawl-api")

const Client = new BrawlAPI();

(async () => {
    let Frank = await Client.Brawlers.getBrawlerById("16000020") // Gets data for Frank
    console.log(Frank)
})()

About


Languages

Language:TypeScript 95.4%Language:JavaScript 4.6%