Skip to content

BosToken/waifu-gatcha

Repository files navigation

@bostoken/waifu-gatcha

About

Warning : grade rating is only based on the author's subjective

This Package Not Using API

Install

How To Install?

npm i @bostoken/waifu-gatcha

Usage

//Example 
const bostoken = require('@bostoken/waifu-gatcha');

    //get {name, anime, picture, star}
    console.log(bostoken.waifuGatcha());

    
    //get looping {name, anime, picture, star}
    console.log(bostoken.waifuGRefresh());

Output

/*{
    name : (name_character),
    anime : (anime_name),
    picture : (picture_link),
    star : (3-5 star),
}*/

Contributing

@BosToken @alfarise

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published