wibuapi
v2.0.2
Published
Official Javascript Wrapper for Wibu API
Downloads
8
Maintainers
Readme
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
Required parameters
- (link) type String
wibuapi.anime.LENDRIVE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.DORONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.DONGHUA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.SAMEHADAKU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.KUSONIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.ANICHIN(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.NEKOPOI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.KURAMANIME(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.KAZEFURI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.ANIXLIFE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Manga
Required parameters
- (link) type String
wibuapi.manga.RAWKUMA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.anime.WESTMANGA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.KAMIKINDO(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.MANGATALE(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.KIRYUU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.MASTERKOMIK(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.MANGAKITA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.DOUDESU(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.manga.CROTPEDIA(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Drama
Required parameters
- (link) type String
wibuapi.drama.WIBUSUBS(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Music
Required parameters
- (link) type String
wibuapi.music.SUKIDESUOST(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (link) type String
wibuapi.music.HIKARINOAKARI(link)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Search
Required parameters
- (query) type String
wibuapi.search.GOOGLE(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
wibuapi.search.LK21(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
- (page) type Number
wibuapi.search.SUKIDESUOST(query, page)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
AniPics
Required parameters
- (endpoint) type String
- Available endpoint list ['NEKO','BJ','WAIFU','TRAP',AHAGAO']
wibuapi.anipics.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Game
Required parameters
- (uid) type String
wibuapi.game.GENSHIN_IMPACT_USER(uid)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (name) type String
wibuapi.game.GENSHIN_IMPACT_CHARACTER(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ENEMY(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ARTIFACT(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (name) type String
wibuapi.game.GENSHIN_IMPACT_ELEMEMT(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (name) type String
wibuapi.game.GENSHIN_IMPACT_WEAPON(name)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Porn
wibuapi.porn.JAV()
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
wibuapi.porn.GIF()
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Booru
Required parameters
- (endpoinr) type String
- Available endpoint list ['RB','GB']
wibuapi.booru.NSFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (endpoint) type String
- Available endpoint list ['SB','GB']
wibuapi.booru.SFW(enpoint)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Other
Required parameters
- (query) type String
wibuapi.other.GSM_SEARCH(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
wibuapi.other.GSM_SLUG(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (url) type String
wibuapi.other.YOUTUBE(url)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (url) type String
wibuapi.other.FACEBOOK(url)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
wibuapi.other.UD(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
wibuapi.other.ENCODE_BASE64(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}
Required parameters
- (query) type String
wibuapi.other.DECODE_BASE64(query)
.then(response => {
console.log(response)
})
.catch(error => {
//error message
}