Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

wibuapi

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wibuapi

Official Javascript Wrapper for Wibu API

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

Wibu-API-Js

Repo Size Languages CodeFactor

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

  • (link) type String
wibuapi.anime.LENDRIVE(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Doronime

Required parameters

  • (link) type String
wibuapi.anime.DORONIME(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Donghua

Required parameters

  • (link) type String
wibuapi.anime.DONGHUA(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Samehadaku

Required parameters

  • (link) type String
wibuapi.anime.SAMEHADAKU(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Kusonime

Required parameters

  • (link) type String
wibuapi.anime.KUSONIME(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Anichin

Required parameters

  • (link) type String
wibuapi.anime.ANICHIN(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Nekopoi

Required parameters

  • (link) type String
wibuapi.anime.NEKOPOI(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Kuramanime

Required parameters

  • (link) type String
wibuapi.anime.KURAMANIME(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Kazefuri

Required parameters

  • (link) type String
wibuapi.anime.KAZEFURI(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Anixlife

Required parameters

  • (link) type String
wibuapi.anime.ANIXLIFE(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Manga

Rawkuma

Required parameters

  • (link) type String
wibuapi.manga.RAWKUMA(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Westmanga

Required parameters

  • (link) type String
wibuapi.anime.WESTMANGA(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Kamikindo

Required parameters

  • (link) type String
wibuapi.manga.KAMIKINDO(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Mangatale

Required parameters

  • (link) type String
wibuapi.manga.MANGATALE(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Kiryuu

Required parameters

  • (link) type String
wibuapi.manga.KIRYUU(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Masterkomik

Required parameters

  • (link) type String
wibuapi.manga.MASTERKOMIK(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Mangakita

Required parameters

  • (link) type String
wibuapi.manga.MANGAKITA(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Doudesu

Required parameters

  • (link) type String
wibuapi.manga.DOUDESU(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Crotpedia

Required parameters

  • (link) type String
wibuapi.manga.CROTPEDIA(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Drama

Wibusubs

Required parameters

  • (link) type String
wibuapi.drama.WIBUSUBS(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Music

Sukidesuost

Required parameters

  • (link) type String
wibuapi.music.SUKIDESUOST(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Hikarinoakari

Required parameters

  • (link) type String
wibuapi.music.HIKARINOAKARI(link)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Google

Required parameters

  • (query) type String
wibuapi.search.GOOGLE(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
LK21

Required parameters

  • (query) type String
wibuapi.search.LK21(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Sukidesuost

Required parameters

  • (query) type String
  • (page) type Number
wibuapi.search.SUKIDESUOST(query, page)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

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 => {
  //error message
}

Game

Genshin Impact
User

Required parameters

  • (uid) type String
wibuapi.game.GENSHIN_IMPACT_USER(uid)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Character

Required parameters

  • (name) type String
wibuapi.game.GENSHIN_IMPACT_CHARACTER(name)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Enemy

Required parameters

  • (name) type String
wibuapi.game.GENSHIN_IMPACT_ENEMY(name)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Artifact

Required parameters

  • (name) type String
wibuapi.game.GENSHIN_IMPACT_ARTIFACT(name)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Element

Required parameters

  • (name) type String
wibuapi.game.GENSHIN_IMPACT_ELEMEMT(name)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Weapon

Required parameters

  • (name) type String
wibuapi.game.GENSHIN_IMPACT_WEAPON(name)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Porn

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
}

Booru

NSFW

Required parameters

  • (endpoinr) type String
  • Available endpoint list ['RB','GB']
wibuapi.booru.NSFW(enpoint)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
SFW

Required parameters

  • (endpoint) type String
  • Available endpoint list ['SB','GB']
wibuapi.booru.SFW(enpoint)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Other

GSM Search

Required parameters

  • (query) type String
wibuapi.other.GSM_SEARCH(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
GSM Slug

Required parameters

  • (query) type String
wibuapi.other.GSM_SLUG(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Youtube

Required parameters

  • (url) type String
wibuapi.other.YOUTUBE(url)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Facebook

Required parameters

  • (url) type String
wibuapi.other.FACEBOOK(url)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
UD

Required parameters

  • (query) type String
wibuapi.other.UD(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Encode Base64

Required parameters

  • (query) type String
wibuapi.other.ENCODE_BASE64(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}
Decode Base64

Required parameters

  • (query) type String
wibuapi.other.DECODE_BASE64(query)
.then(response => {
  console.log(response)
})
.catch(error => {
  //error message
}

Keywords

API

FAQs

Package last updated on 29 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts