Official Javascript Wrapper for Wibu API.
npm install wibuapiOr via yarn
yarn add wibuapiUsage
var wibuapi = require('wibuapi')Lendrive
- (link) type String
wibuapi.anime.LENDRIVE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Doronime
- (link) type String
wibuapi.anime.DORONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Donghua
- (link) type String
wibuapi.anime.DONGHUA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Samehadaku
- (link) type String
wibuapi.anime.SAMEHADAKU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Kusonime
- (link) type String
wibuapi.anime.KUSONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Anichin
- (link) type String
wibuapi.anime.ANICHIN(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Nekopoi
- (link) type String
wibuapi.anime.NEKOPOI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Kuramanime
- (link) type String
wibuapi.anime.KURAMANIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Kazefuri
- (link) type String
wibuapi.anime.KAZEFURI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Anixlife
- (link) type String
wibuapi.anime.ANIXLIFE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Rawkuma
- (link) type String
wibuapi.manga.RAWKUMA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Westmanga
- (link) type String
wibuapi.anime.WESTMANGA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Komikindo
- (link) type String
wibuapi.manga.KOMIKINDO(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Mangatale
- (link) type String
wibuapi.manga.MANGATALE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Kiryuu
- (link) type String
wibuapi.manga.KIRYUU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Masterkomik
- (link) type String
wibuapi.manga.MASTERKOMIK(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Mangakita
- (link) type String
wibuapi.manga.MANGAKITA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Doudesu
- (link) type String
wibuapi.manga.DOUDESU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Crotpedia
- (link) type String
wibuapi.manga.CROTPEDIA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Wibusubs
- (link) type String
wibuapi.drama.WIBUSUBS(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Adikfilm
- (link) type String
wibuapi.drama.ADIKFILM(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Sukidesuost
- (link) type String
wibuapi.music.SUKIDESUOST(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Hikarinoakari
- (link) type String
wibuapi.music.HIKARINOAKARI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
- (query) type String
wibuapi.search.GOOGLE(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}LK21
- (query) type String
wibuapi.search.LK21(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Sukidesuost
- (query) type String
- (page) type Number
wibuapi.search.SUKIDESUOST(query, page)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}NSFW
- (endpoint) type String
- Available endpoint list ['NEKO','BJ','WAIFU','TRAP',AHEGAO']
wibuapi.anipics.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Genshin Impact
User
- (uid) type String
wibuapi.game.GENSHIN_IMPACT_USER(uid)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Character
- (name) type String
wibuapi.game.GENSHIN_IMPACT_CHARACTER(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Enemy
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ENEMY(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Artifact
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ARTIFACT(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Element
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ELEMEMT(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}JAV
wibuapi.porn.JAV()
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}GIF
wibuapi.porn.GIF()
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}NSFW
- (endpoinr) type String
- Available endpoint list ['RB','GB']
wibuapi.booru.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}SFW
- (endpoint) type String
- Available endpoint list ['SB','GB']
wibuapi.booru.SFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}GSM Search
- (query) type String
wibuapi.other.GSM_SEARCH(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}GSM Slug
- (query) type String
wibuapi.other.GSM_SLUG(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Youtube
- (url) type String
wibuapi.other.YOUTUBE(url)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
- (url) type String
wibuapi.other.FACEBOOK(url)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}UD
- (query) type String
wibuapi.other.UD(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}Encode Base64
- (query) type String
wibuapi.other.ENCODE_BASE64(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}