Skip to content

inventionpro/usrbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USRBG

A api wrapper for usrbg

Usage

let usrbg = require('usrbg');

let instance = new usrbg(); // Create usrbg instance

(async()=>{
  await instance.load() // Load data
  
  console.log(instance.has('user id')) // Does user have a usrbg banner?
  console.log(instance.get('user id')) // Get banner url
})()

Note

usrbg api version 1 no longer works

About

A usrbg api wrapper

Topics

Resources

Stars

Watchers

Forks

Contributors