1.0.7 • Published 3 years ago

brawlbio.js v1.0.7

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

BrawlBio.js

An Official NPM Library For BrawlBio That Allows You To Interact With BrawlBio API Easily.

Install

npm i brawlbio.js

Usage

const brawlbio = require('brawlbio.js')

brawlbio('TOKEN')
brawlbio.search('Type', 'Slug/Tag').then((data) => { 
// some action  
})
  • Example

brawlbio('VkRCVERrVZOVVZVVhhW...')
brawlbio.search('user', 'joe').then((data) => { 
  // output data
  console.log(data)
  
})
 
// Output Data Should Be
{
  type: 'get-user',
  tag: '82PGQVJ2L',
  slug: 'joe',
  user: 'Joe Lee | イサム(469091175517782018)'
}

// Output Data ( without token )
{
  type: 'get-user',
  tag: '82PGQVJ2L',
  slug: 'joe'
}
  • Types

GetBy-User : userGetBy-Tag : tag
  • Token

    BrawlBio require users to request its API with an api-token in order to get complete response data from BrawlBio. Click Here To Learn More About Getting A Token.

    brawlbio('YOUR_TOKEN')

Support

Join Our Official BrawlBio Community Server To Get Help.

Credits

Owner : @joeleeofficial <tojoeleeofficial@gmail.com>
This project is licensed under the terms of Apache 2.0 License
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago