brawlbio.js

1.0.7 • Public • Published

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 : user GetBy-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

Package Sidebar

Install

npm i brawlbio.js

Weekly Downloads

1

Version

1.0.7

License

Apache-2.0

Unpacked Size

16.8 kB

Total Files

6

Last publish

Collaborators

  • joeleeofficial