Wibu-API-Js
Official Javascript Wrapper for Wibu API.
Installation
npm install wibuapi
Or via yarn
yarn add wibuapi
List API's Scraper
Usage
var wibuapi = require('wibuapi')
Anime
Lendrive
Required parameters
wibuapi.anime.LENDRIVE(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Doronime
Required parameters
wibuapi.anime.DORONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Donghua
Required parameters
wibuapi.anime.DONGHUA(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Samehadaku
Required parameters
wibuapi.anime.SAMEHADAKU(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Kusonime
Required parameters
wibuapi.anime.KUSONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Anichin
Required parameters
wibuapi.anime.ANICHIN(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Nekopoi
Required parameters
wibuapi.anime.NEKOPOI(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Kuramanime
Required parameters
wibuapi.anime.KURAMANIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Kazefuri
Required parameters
wibuapi.anime.KAZEFURI(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Anixlife
Required parameters
wibuapi.anime.ANIXLIFE(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Manga
Rawkuma
Required parameters
wibuapi.manga.RAWKUMA(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Westmanga
Required parameters
wibuapi.anime.WESTMANGA(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Kamikindo
Required parameters
wibuapi.manga.KAMIKINDO(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Mangatale
Required parameters
wibuapi.manga.MANGATALE(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Kiryuu
Required parameters
wibuapi.manga.KIRYUU(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Masterkomik
Required parameters
wibuapi.manga.MASTERKOMIK(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Mangakita
Required parameters
wibuapi.manga.MANGAKITA(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Doudesu
Required parameters
wibuapi.manga.DOUDESU(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Crotpedia
Required parameters
wibuapi.manga.CROTPEDIA(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Drama
Wibusubs
Required parameters
wibuapi.drama.WIBUSUBS(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Music
Sukidesuost
Required parameters
wibuapi.music.SUKIDESUOST(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Hikarinoakari
Required parameters
wibuapi.music.HIKARINOAKARI(link)
.then(response => {
console.log(response)
})
.catch(error => {
}
Search
Google
Required parameters
wibuapi.search.GOOGLE(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
LK21
Required parameters
wibuapi.search.LK21(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
Sukidesuost
Required parameters
- (query) type String
- (page) type Number
wibuapi.search.SUKIDESUOST(query, page)
.then(response => {
console.log(response)
})
.catch(error => {
}
AniPics
NSFW
Required parameters
- (endpoint) type String
- Available endpoint list ['NEKO','BJ','WAIFU','TRAP',AHAGAO']
wibuapi.anipics.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
}
Game
Genshin Impact
User
Required parameters
wibuapi.game.GENSHIN_IMPACT_USER(uid)
.then(response => {
console.log(response)
})
.catch(error => {
}
Character
Required parameters
wibuapi.game.GENSHIN_IMPACT_CHARACTER(name)
.then(response => {
console.log(response)
})
.catch(error => {
}
Enemy
Required parameters
wibuapi.game.GENSHIN_IMPACT_ENEMY(name)
.then(response => {
console.log(response)
})
.catch(error => {
}
Artifact
Required parameters
wibuapi.game.GENSHIN_IMPACT_ARTIFACT(name)
.then(response => {
console.log(response)
})
.catch(error => {
}
Element
Required parameters
wibuapi.game.GENSHIN_IMPACT_ELEMEMT(name)
.then(response => {
console.log(response)
})
.catch(error => {
}
Weapon
Required parameters
wibuapi.game.GENSHIN_IMPACT_WEAPON(name)
.then(response => {
console.log(response)
})
.catch(error => {
}
Porn
JAV
wibuapi.porn.JAV()
.then(response => {
console.log(response)
})
.catch(error => {
}
GIF
wibuapi.porn.GIF()
.then(response => {
console.log(response)
})
.catch(error => {
}
Booru
NSFW
Required parameters
- (endpoinr) type String
- Available endpoint list ['RB','GB']
wibuapi.booru.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
}
SFW
Required parameters
- (endpoint) type String
- Available endpoint list ['SB','GB']
wibuapi.booru.SFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
}
Other
GSM Search
Required parameters
wibuapi.other.GSM_SEARCH(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
GSM Slug
Required parameters
wibuapi.other.GSM_SLUG(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
Youtube
Required parameters
wibuapi.other.YOUTUBE(url)
.then(response => {
console.log(response)
})
.catch(error => {
}
Facebook
Required parameters
wibuapi.other.FACEBOOK(url)
.then(response => {
console.log(response)
})
.catch(error => {
}
UD
Required parameters
wibuapi.other.UD(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
Encode Base64
Required parameters
wibuapi.other.ENCODE_BASE64(query)
.then(response => {
console.log(response)
})
.catch(error => {
}
Decode Base64
Required parameters
wibuapi.other.DECODE_BASE64(query)
.then(response => {
console.log(response)
})
.catch(error => {
}